Skip to content

cdsbalancer: Increase timeout for test#8889

Merged
arjan-bal merged 1 commit into
grpc:masterfrom
arjan-bal:fix-flaky-test
Feb 10, 2026
Merged

cdsbalancer: Increase timeout for test#8889
arjan-bal merged 1 commit into
grpc:masterfrom
arjan-bal:fix-flaky-test

Conversation

@arjan-bal

Copy link
Copy Markdown
Contributor

Fixes: #8883

This change doubles the timeout for EDS_MultipleLocalities as the test sends around 5000 RPCs and may time out on slow machines.

RELEASE NOTES: N/A

@arjan-bal arjan-bal added this to the 1.80 Release milestone Feb 9, 2026
@arjan-bal arjan-bal requested a review from easwars February 9, 2026 06:09
@codecov

codecov Bot commented Feb 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.32%. Comparing base (55bfbbb) to head (02c68d3).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8889      +/-   ##
==========================================
+ Coverage   83.19%   83.32%   +0.12%     
==========================================
  Files         414      414              
  Lines       32754    32805      +51     
==========================================
+ Hits        27250    27335      +85     
+ Misses       4085     4064      -21     
+ Partials     1419     1406      -13     

see 23 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@easwars easwars assigned arjan-bal and unassigned easwars Feb 9, 2026
@arjan-bal arjan-bal merged commit d7b3f93 into grpc:master Feb 10, 2026
16 checks passed
mbissa pushed a commit to mbissa/grpc-go that referenced this pull request Feb 16, 2026
Fixes: grpc#8883

This change doubles the timeout for `EDS_MultipleLocalities` as the test
sends around 5000 RPCs and may time out on slow machines.

RELEASE NOTES: N/A
Pranjali-2501 pushed a commit to Pranjali-2501/grpc-go that referenced this pull request Feb 23, 2026
Fixes: grpc#8883

This change doubles the timeout for `EDS_MultipleLocalities` as the test
sends around 5000 RPCs and may time out on slow machines.

RELEASE NOTES: N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: Test/EDS_MultipleLocalities

2 participants