Skip to content

Conversation

wdsjk
Copy link

@wdsjk wdsjk commented Sep 27, 2025

Fixes: #8596

Added cancellation by context in benchmark/client instead of custom channel approach. Not sure about returning ctx.Err() (as mentioned in the original issue under point 4), so please review

RELEASE NOTES: None

Copy link

linux-foundation-easycla bot commented Sep 27, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

codecov bot commented Sep 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.08%. Comparing base (bb71072) to head (cf5b7ef).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8614      +/-   ##
==========================================
+ Coverage   82.00%   82.08%   +0.08%     
==========================================
  Files         415      415              
  Lines       40697    40697              
==========================================
+ Hits        33372    33407      +35     
+ Misses       5937     5915      -22     
+ Partials     1388     1375      -13     

see 25 files with indirect coverage changes

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

@wdsjk wdsjk marked this pull request as draft September 27, 2025 17:22
@wdsjk wdsjk marked this pull request as ready for review September 27, 2025 17:30
@wdsjk
Copy link
Author

wdsjk commented Sep 27, 2025

Could you please add "Type: Internal Cleanup" label? Thanks

@Pranjali-2501 Pranjali-2501 added the Type: Internal Cleanup Refactors, etc label Sep 30, 2025
@Pranjali-2501 Pranjali-2501 self-requested a review September 30, 2025 06:53
@Pranjali-2501 Pranjali-2501 self-assigned this Sep 30, 2025
@Pranjali-2501 Pranjali-2501 added this to the 1.77 Release milestone Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

benchmark/client: Use context for cancellation
2 participants