-
Couldn't load subscription status.
- Fork 4.6k
xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities #7357
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7357 +/- ##
==========================================
- Coverage 81.47% 81.32% -0.16%
==========================================
Files 348 348
Lines 26761 26755 -6
==========================================
- Hits 21804 21758 -46
- Misses 3772 3794 +22
- Partials 1185 1203 +18
|
33c0345 to
02fa7a4
Compare
fea5c9e to
503a123
Compare
471c9e3 to
b738469
Compare
b738469 to
c1bdd04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now. Just some very minor nits.
This PR addressed the first task for #7339, adding a unit test that fails. The test presently asserts that the incorrect region received the load until the bug has been fixed:
The test asserts the following after sending 1 rpc:
Then we stop server 1, send another rpc and assert the following:
Issue: #7339
RELEASE NOTES: None