Skip to content

Conversation

@westarle
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.82%. Comparing base (a965bcb) to head (ecfa4f4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3549      +/-   ##
==========================================
+ Coverage   95.70%   95.82%   +0.11%     
==========================================
  Files         125      125              
  Lines        5029     5029              
==========================================
+ Hits         4813     4819       +6     
+ Misses        216      210       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@westarle westarle force-pushed the test/http-tracing-timeout branch 2 times, most recently from 59a52a3 to 5c48460 Compare October 20, 2025 15:06
@westarle westarle marked this pull request as ready for review October 20, 2025 15:21
@westarle westarle requested a review from a team as a code owner October 20, 2025 15:21
coryan
coryan previously approved these changes Oct 20, 2025
ErrorType::ClientResponseDecodeError => "CLIENT_RESPONSE_DECODE_ERROR".to_string(),
ErrorType::ClientRedirectError => "CLIENT_REDIRECT_ERROR".to_string(),
ErrorType::Internal => "INTERNAL".to_string(),
ErrorType::ClientTimeout => error_type_values::CLIENT_TIMEOUT.to_string(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a future PR: use error_type_values::* could make this more readable.

#[test_case(ErrorType::ClientResponseDecodeError, "CLIENT_RESPONSE_DECODE_ERROR", Code::Internal; "Client Response Decode Error")]
#[test_case(ErrorType::ClientRedirectError, "CLIENT_REDIRECT_ERROR", Code::Aborted; "Client Redirect Error")]
#[test_case(ErrorType::Internal, "INTERNAL", Code::Internal; "Internal")]
#[test_case(ErrorType::ClientTimeout, error_type_values::CLIENT_TIMEOUT, Code::DeadlineExceeded; "Client Timeout")]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto.

@westarle westarle merged commit 6f14d47 into googleapis:main Oct 21, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants