Skip to content

Fixing Integration tests concurrency #1148

Merged
darklight3it merged 1 commit into
mainfrom
dmelfi/fix-concurrency-issue
May 25, 2026
Merged

Fixing Integration tests concurrency #1148
darklight3it merged 1 commit into
mainfrom
dmelfi/fix-concurrency-issue

Conversation

@darklight3it
Copy link
Copy Markdown
Contributor

@darklight3it darklight3it commented May 25, 2026

📬 Issue #, if available:

✍️ Description of changes:

release-plz can cause multiple run-integration-test workflow s to run at once, we need to limit concurrency to avoid the following errors on CloudFormation:

Stack name = aws-lambda-rust-integ-test-25579182302

File with same data already exists at 075e2c46de8a1bc1c6e567986d8c30fc, skipping upload

File with same data already exists at cdf058086948fb2da15dd1276cd103e5, skipping upload

File with same data already exists at 959b91d197150e2cd55715e4508d4ea3, skipping upload

File with same data already exists at 139801cd7679714fdad7e1a894a96c29.template, skipping upload

Error: Failed to create/update the stack: aws-lambda-rust-integ-test-25579182302, Waiter StackCreateComplete failed: Waiter encountered a terminal failure state: For expression "Stacks[].StackStatus" we matched expected path: "ROLLBACK_COMPLETE" at least once
Branch Started Ended Result Link
main 20:53:06 21:00:37 ✓ success Run
aws_lambda_events-v1.2.0 20:57:33 21:00:55 ✗ failure Run
lambda_runtime-v1.2.0 20:57:49 21:01:22 ✗ failure Run
lambda_http-v1.2.0 20:58:09 21:01:18 ✗ failure Run

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

…s to run at once, we need to limit concurrency to avoid stack deployment errors on CloudFormation.
@darklight3it darklight3it self-assigned this May 25, 2026
@darklight3it darklight3it requested a review from jlizen May 25, 2026 18:33
Copy link
Copy Markdown
Collaborator

@jlizen jlizen left a comment

Choose a reason for hiding this comment

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

Good catch

@darklight3it darklight3it merged commit 55eb61e into main May 25, 2026
13 checks passed
@darklight3it darklight3it deleted the dmelfi/fix-concurrency-issue branch May 25, 2026 18:56
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