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

cleanup: Remove test contexts without timeouts #8072

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

arjan-bal
Copy link
Contributor

Fixes: #7304

RELEASE NOTES: N/A

@arjan-bal arjan-bal added the Type: Internal Cleanup Refactors, etc label Feb 10, 2025
@arjan-bal arjan-bal added this to the 1.71 Release milestone Feb 10, 2025
@arjan-bal arjan-bal changed the title cleanup: Remove contexts without timeouts cleanup: Remove test contexts without timeouts Feb 10, 2025
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.07%. Comparing base (cbb5c2f) to head (6ac0a47).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8072      +/-   ##
==========================================
- Coverage   82.36%   82.07%   -0.29%     
==========================================
  Files         387      387              
  Lines       39065    39067       +2     
==========================================
- Hits        32174    32064     -110     
- Misses       5562     5664     +102     
- Partials     1329     1339      +10     

see 29 files with indirect coverage changes

@easwars easwars assigned arjan-bal and unassigned easwars Feb 11, 2025
@arjan-bal arjan-bal merged commit ad5cd32 into grpc:master Feb 11, 2025
15 checks passed
@arjan-bal arjan-bal deleted the context-timeouts branch February 11, 2025 19:09
janardhanvissa pushed a commit to janardhanvissa/grpc-go that referenced this pull request Feb 15, 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.

Linter rule for using context.Background() without a timeout in tests
2 participants