Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forwarder reuse #1232

Merged
merged 69 commits into from
Mar 14, 2022

Commits on Feb 22, 2022

  1. add forwarder matching

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c5e7b2b View commit details
    Browse the repository at this point in the history
  2. use path index instead of magic number

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    158bf44 View commit details
    Browse the repository at this point in the history
  3. minor fixes for tests

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    23c70b9 View commit details
    Browse the repository at this point in the history
  4. fix linter issue

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5054a60 View commit details
    Browse the repository at this point in the history
  5. make samples

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2d84a44 View commit details
    Browse the repository at this point in the history
  6. fix linter issues

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4b4acb2 View commit details
    Browse the repository at this point in the history
  7. fix heal tests

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f6f782d View commit details
    Browse the repository at this point in the history
  8. change iter count

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5f2925c View commit details
    Browse the repository at this point in the history
  9. fix timeout value

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    fcc66a8 View commit details
    Browse the repository at this point in the history
  10. change iter count again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a82b946 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. change count

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a0ffe05 View commit details
    Browse the repository at this point in the history
  2. increase timeout

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0fc5ace View commit details
    Browse the repository at this point in the history
  3. apply suggestions

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5565160 View commit details
    Browse the repository at this point in the history
  4. add debug info

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8ffcdf8 View commit details
    Browse the repository at this point in the history
  5. forwarder health check after nsmgr restart

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    208be86 View commit details
    Browse the repository at this point in the history
  6. disable traces

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    55e2195 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    195ddfe View commit details
    Browse the repository at this point in the history
  8. rework health check

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ee38b2b View commit details
    Browse the repository at this point in the history
  9. enable tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    47a46f4 View commit details
    Browse the repository at this point in the history
  10. disable tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b60cf58 View commit details
    Browse the repository at this point in the history
  11. increase timeout

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a18802b View commit details
    Browse the repository at this point in the history
  12. rework forwarder health check again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    40d35dc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. add simple sleep

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5d360a2 View commit details
    Browse the repository at this point in the history
  2. disable tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f14fbee View commit details
    Browse the repository at this point in the history
  3. increase sleep time

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d472110 View commit details
    Browse the repository at this point in the history
  4. add healing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    65667d1 View commit details
    Browse the repository at this point in the history
  5. tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    90e510b View commit details
    Browse the repository at this point in the history
  6. add delete

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9403600 View commit details
    Browse the repository at this point in the history
  7. disable race

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b7500d1 View commit details
    Browse the repository at this point in the history
  8. revert 'add delete' commit

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    757e328 View commit details
    Browse the repository at this point in the history
  9. enable tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1c05aac View commit details
    Browse the repository at this point in the history
  10. add client conn delete

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1c1a40f View commit details
    Browse the repository at this point in the history
  11. delete registry restart

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    fbccb29 View commit details
    Browse the repository at this point in the history
  12. test with forwarder health check

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4b9cec6 View commit details
    Browse the repository at this point in the history
  13. remove health check + increase sleep

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8fd4ac4 View commit details
    Browse the repository at this point in the history
  14. change iter count

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5efebe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. add forwarder registration

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f742e7f View commit details
    Browse the repository at this point in the history
  2. fix linter issue

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e5c6519 View commit details
    Browse the repository at this point in the history
  3. enable all tests

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b6c027f View commit details
    Browse the repository at this point in the history
  4. test with health check again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    65666e5 View commit details
    Browse the repository at this point in the history
  5. run only one test

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    cf605e2 View commit details
    Browse the repository at this point in the history
  6. add forwarder register

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f65e776 View commit details
    Browse the repository at this point in the history
  7. test with clientconn delete again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5ba1a92 View commit details
    Browse the repository at this point in the history
  8. revert last commit

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    69a8dbc View commit details
    Browse the repository at this point in the history
  9. increase timeout

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a619cdc View commit details
    Browse the repository at this point in the history
  10. add log

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    94aa4cd View commit details
    Browse the repository at this point in the history
  11. test with forwarder register again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d5a5bc1 View commit details
    Browse the repository at this point in the history
  12. increase forwarder count

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8dbd566 View commit details
    Browse the repository at this point in the history
  13. add race flag + disable tracing

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    46e5b59 View commit details
    Browse the repository at this point in the history
  14. move test to heal_test.go file

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    388295e View commit details
    Browse the repository at this point in the history
  15. add clientconn.Delete(ctx) again

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4f70571 View commit details
    Browse the repository at this point in the history
  16. test only local case

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d333978 View commit details
    Browse the repository at this point in the history
  17. test with registry restart

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d52e9a2 View commit details
    Browse the repository at this point in the history
  18. cleanup

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    415daf3 View commit details
    Browse the repository at this point in the history
  19. test retry patch

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fd0fd61 View commit details
    Browse the repository at this point in the history
  20. add logs

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6ecf906 View commit details
    Browse the repository at this point in the history
  21. wake CI

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    42dadd3 View commit details
    Browse the repository at this point in the history
  22. test with 100 ms

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1eecafb View commit details
    Browse the repository at this point in the history
  23. test with 1s

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1040bfd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. test without retry

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    47cff32 View commit details
    Browse the repository at this point in the history
  2. add manual forwarder heal

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    654a609 View commit details
    Browse the repository at this point in the history
  3. add remote test

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8353758 View commit details
    Browse the repository at this point in the history
  4. reduce tryTimeout

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c87bfc0 View commit details
    Browse the repository at this point in the history
  5. add nse reregistration

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e1daf89 View commit details
    Browse the repository at this point in the history
  6. cleanup

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8c6fc9d View commit details
    Browse the repository at this point in the history
  7. fix linter issue

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6d28137 View commit details
    Browse the repository at this point in the history
  8. enable all tests

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3d4fc28 View commit details
    Browse the repository at this point in the history
  9. fix linter issue

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4c2855b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. apply suggestions

    Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
    NikitaSkrynnik committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    c83bf8e View commit details
    Browse the repository at this point in the history