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

Add cancellation for rebooting instances during tests for all environments #473

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

musa-asad
Copy link
Contributor

Description of the issue

Multiple tests are failing because the instances are being rebooted in the middle of setup or while the test is running, which hides actual failures.

null_resource.integration_test_run (remote-exec): Broadcast message from [email protected] (Wed 2025-01-22 01:27:02 UTC):
null_resource.integration_test_run (remote-exec): The system is going down for reboot at Wed 2025-01-22 01:28:02 UTC!

Description of changes

  • Add cancellation for rebooting instances during tests (temporary fix that should be removed after root cause)

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

https://github.com/aws/amazon-cloudwatch-agent/actions/runs/13212770564

@musa-asad musa-asad requested a review from a team as a code owner March 4, 2025 19:25
@musa-asad musa-asad self-assigned this Mar 4, 2025
@musa-asad musa-asad merged commit 3cbda4c into main Mar 4, 2025
2 checks passed
@musa-asad musa-asad deleted the restart branch March 4, 2025 19: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.

3 participants