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

Increase timeout for TestAccEcsParallel #1489

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

flostadler
Copy link
Contributor

@flostadler flostadler commented Jan 16, 2025

This test verifies that components like ECS services are created/updated in parallel. This took 1+ hours to run before fixing pulumi/pulumi#7629.
The test started to become more flaky recently (see #1488), this coincides with upgrading the GitHub runners to Ubuntu 24.04 and onboarding awsx to ci-mgmt. Those changes might've affected the test runtime and 15 minutes were probably a bit too aggressive.
Updated the timeout to 30min, which is still well below the 1 hour it took before.

Fixes #1488

@flostadler flostadler requested review from t0yv0 and corymhall January 16, 2025 11:25
@flostadler flostadler self-assigned this Jan 16, 2025
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (7afa022) to head (991ecd7).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1489   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          10      10           
  Lines        2345    2345           
======================================
  Misses       2345    2345           

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

@flostadler flostadler merged commit 2ccd2a0 into master Jan 16, 2025
26 checks passed
@flostadler flostadler deleted the flostadler/ecs-parallel-timeout branch January 16, 2025 13:14
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v2.21.0.

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.

TestAccEcsParallel is flaky
3 participants