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

Move exponential backoff to DNS resolver from resolver.ClientConn #4270

Merged
merged 58 commits into from Apr 20, 2021

Commits on Apr 20, 2021

  1. Save progress

    zasweq committed Apr 20, 2021
    Copy the full SHA
    dcab165 View commit details
    Browse the repository at this point in the history
  2. Save progress

    zasweq committed Apr 20, 2021
    Copy the full SHA
    8754401 View commit details
    Browse the repository at this point in the history
  3. Clean up

    zasweq committed Apr 20, 2021
    Copy the full SHA
    6bb242d View commit details
    Browse the repository at this point in the history
  4. Clean up

    zasweq committed Apr 20, 2021
    Copy the full SHA
    8299dad View commit details
    Browse the repository at this point in the history
  5. vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    da102eb View commit details
    Browse the repository at this point in the history
  6. vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    fbda038 View commit details
    Browse the repository at this point in the history
  7. Added logic to tests

    zasweq committed Apr 20, 2021
    Copy the full SHA
    0ebd685 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7cb488e View commit details
    Browse the repository at this point in the history
  9. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    ba01815 View commit details
    Browse the repository at this point in the history
  10. Added another unit test

    zasweq committed Apr 20, 2021
    Copy the full SHA
    15ec449 View commit details
    Browse the repository at this point in the history
  11. Changed test

    zasweq committed Apr 20, 2021
    Copy the full SHA
    f0a6aed View commit details
    Browse the repository at this point in the history
  12. Fixed failing tests

    zasweq committed Apr 20, 2021
    Copy the full SHA
    72f5538 View commit details
    Browse the repository at this point in the history
  13. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    3bc67ff View commit details
    Browse the repository at this point in the history
  14. Deleted old tests

    zasweq committed Apr 20, 2021
    Copy the full SHA
    b31f41f View commit details
    Browse the repository at this point in the history
  15. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    8bc20c1 View commit details
    Browse the repository at this point in the history
  16. Fixed data race

    zasweq committed Apr 20, 2021
    Copy the full SHA
    d20f77a View commit details
    Browse the repository at this point in the history
  17. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    9fe80c1 View commit details
    Browse the repository at this point in the history
  18. Fixed timeout

    zasweq committed Apr 20, 2021
    Copy the full SHA
    6b1401c View commit details
    Browse the repository at this point in the history
  19. Fixed race

    zasweq committed Apr 20, 2021
    Copy the full SHA
    797bf3e View commit details
    Browse the repository at this point in the history
  20. Fixed race

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e5fa7fc View commit details
    Browse the repository at this point in the history
  21. Rewrote failing unit test

    zasweq committed Apr 20, 2021
    Copy the full SHA
    a0a24b5 View commit details
    Browse the repository at this point in the history
  22. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    f39b7b2 View commit details
    Browse the repository at this point in the history
  23. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    fb44fe1 View commit details
    Browse the repository at this point in the history
  24. Fixed race conditions in tests

    zasweq committed Apr 20, 2021
    Copy the full SHA
    0721699 View commit details
    Browse the repository at this point in the history
  25. Changed time

    zasweq committed Apr 20, 2021
    Copy the full SHA
    5574d9a View commit details
    Browse the repository at this point in the history
  26. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    8572acb View commit details
    Browse the repository at this point in the history
  27. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    54d1fd2 View commit details
    Browse the repository at this point in the history
  28. vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    33695df View commit details
    Browse the repository at this point in the history
  29. vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    100ba1b View commit details
    Browse the repository at this point in the history
  30. vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    8646061 View commit details
    Browse the repository at this point in the history
  31. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e75a12b View commit details
    Browse the repository at this point in the history
  32. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    f54ecb4 View commit details
    Browse the repository at this point in the history
  33. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    2ecb953 View commit details
    Browse the repository at this point in the history
  34. Deleted callback in tests

    zasweq committed Apr 20, 2021
    Copy the full SHA
    513a51d View commit details
    Browse the repository at this point in the history
  35. Added polling to wait group

    zasweq committed Apr 20, 2021
    Copy the full SHA
    c61426f View commit details
    Browse the repository at this point in the history
  36. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    c3d8c01 View commit details
    Browse the repository at this point in the history
  37. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    32801ec View commit details
    Browse the repository at this point in the history
  38. Cleaned up comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    090069d View commit details
    Browse the repository at this point in the history
  39. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    ac3e18e View commit details
    Browse the repository at this point in the history
  40. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    653a564 View commit details
    Browse the repository at this point in the history
  41. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    f51aa71 View commit details
    Browse the repository at this point in the history
  42. Save progress before cleanup

    zasweq committed Apr 20, 2021
    Copy the full SHA
    625a9e2 View commit details
    Browse the repository at this point in the history
  43. Clean up

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e384bab View commit details
    Browse the repository at this point in the history
  44. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    d8ffa44 View commit details
    Browse the repository at this point in the history
  45. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e923d61 View commit details
    Browse the repository at this point in the history
  46. More cleanup

    zasweq committed Apr 20, 2021
    Copy the full SHA
    0960018 View commit details
    Browse the repository at this point in the history
  47. Save Progress

    zasweq committed Apr 20, 2021
    Copy the full SHA
    98ed270 View commit details
    Browse the repository at this point in the history
  48. Changed logic

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e8f3fff View commit details
    Browse the repository at this point in the history
  49. Incorporated Doug's idea

    zasweq committed Apr 20, 2021
    Copy the full SHA
    96f2bc0 View commit details
    Browse the repository at this point in the history
  50. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e325361 View commit details
    Browse the repository at this point in the history
  51. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e90b3a4 View commit details
    Browse the repository at this point in the history
  52. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    d9e7620 View commit details
    Browse the repository at this point in the history
  53. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    fc31662 View commit details
    Browse the repository at this point in the history
  54. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    7c26bb3 View commit details
    Browse the repository at this point in the history
  55. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e40bbaa View commit details
    Browse the repository at this point in the history
  56. Responded to Doug's comments

    zasweq committed Apr 20, 2021
    Copy the full SHA
    40b52ef View commit details
    Browse the repository at this point in the history
  57. Vet

    zasweq committed Apr 20, 2021
    Copy the full SHA
    6d02b03 View commit details
    Browse the repository at this point in the history
  58. Switched send to blocking

    zasweq committed Apr 20, 2021
    Copy the full SHA
    e9eed86 View commit details
    Browse the repository at this point in the history