Skip to content

Conversation

@coryan
Copy link
Collaborator

@coryan coryan commented Jan 5, 2026

Avoid transient errors by slowly ramping up the worker threads.

Motivated by #4085 where I had to run 1024 tasks at a time.

Avoid transient errors by slowly ramping up the worker threads.
@coryan coryan marked this pull request as ready for review January 5, 2026 23:22
@coryan coryan requested a review from a team as a code owner January 5, 2026 23:22
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.68%. Comparing base (c2f06e8) to head (f19326d).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4166   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files         186      186           
  Lines        6947     6947           
=======================================
  Hits         6578     6578           
  Misses        369      369           

☔ 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.

dbolduc
dbolduc previously approved these changes Jan 6, 2026
args: &Args,
client: &Storage,
) -> anyhow::Result<Object> {
tokio::time::sleep(Duration::from_millis(10) * task as u32).await;
Copy link
Member

Choose a reason for hiding this comment

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

s/Duration::from_millis(10)/args.rampup_period/ ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed by using a different argument.

@coryan coryan enabled auto-merge (squash) January 6, 2026 15:50
@coryan coryan merged commit 42aadd2 into googleapis:main Jan 6, 2026
30 checks passed
@coryan coryan deleted the test-storage-scenarios-new-stress-test branch January 6, 2026 16:04
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