-
Notifications
You must be signed in to change notification settings - Fork 494
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
unreliable test: shows warning 5 minutes before shutdown for 60 minute timeout #6213
Labels
Comments
This test is definitely a known issue. If we can just retry it, we should. Or possibly skip() for now. |
justinmk3
pushed a commit
that referenced
this issue
Dec 18, 2024
## Problem fix #6213 ## Solution - The important part of this test is that the message comes after being inactive. If the message comes slightly early/late, that is okay. If it doesn't come at all, then we have problems and should fail. - Pass test if message comes within a minute of expected.
karanA-aws
pushed a commit
to karanA-aws/aws-toolkit-vscode
that referenced
this issue
Jan 17, 2025
## Problem fix aws#6213 ## Solution - The important part of this test is that the message comes after being inactive. If the message comes slightly early/late, that is okay. If it doesn't come at all, then we have problems and should fail. - Pass test if message comes within a minute of expected.
Another failure on 0d8c8fc. Looks like 1 minute buffer period is no longer effective at mitigating flakiness. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test Details
aws-toolkit-vscode/packages/core/src/testInteg/codecatalyst/devEnv.test.ts
Lines 72 to 79 in 2af8b45
Log of Test Failure
Additional Information
Integ test
The text was updated successfully, but these errors were encountered: