Skip to content

[release-3.15][integ-tests] Prevent integ-tests from hanging indefinitely#7407

Merged
hehe7318 merged 1 commit into
aws:release-3.15from
hehe7318:wip/fix-test-deadlock
May 26, 2026
Merged

[release-3.15][integ-tests] Prevent integ-tests from hanging indefinitely#7407
hehe7318 merged 1 commit into
aws:release-3.15from
hehe7318:wip/fix-test-deadlock

Conversation

@hehe7318
Copy link
Copy Markdown
Contributor

Description of changes

The test could hang indefinitely when dumping job output due to a weak condition and the lack of SSH timeout.

When this happens, it could also have impact on other tests. In fact, if the test hangs for too long, our watchdog mechanism would kill all the tests that are sharing the same VPC with this one as a way to protect from infinite test executions.

References

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…initely.

The test could hang indefinitely when dumping job
output due to a weak condition and the lack of SSH timeout.

When this happens, it could also have impact on other tests. In fact, if the test hangs for too long, our watchdog mechanism would kill all the tests that are sharing the same VPC with this one as a way to protect from infinite test executions.
@hehe7318 hehe7318 requested review from a team as code owners May 26, 2026 09:05
@hehe7318 hehe7318 changed the title [integ-tests] Prevent test_queue_parameters_update from hanging indefinitely [release-3.15][integ-tests] Prevent integ-tests from hanging indefinitely May 26, 2026
@hehe7318 hehe7318 added skip-changelog-update Disables the check that enforces changelog updates in PRs 3.x labels May 26, 2026
@hehe7318 hehe7318 enabled auto-merge (squash) May 26, 2026 09:07
@hehe7318 hehe7318 merged commit 765dfe0 into aws:release-3.15 May 26, 2026
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.x skip-changelog-update Disables the check that enforces changelog updates in PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants