-
Notifications
You must be signed in to change notification settings - Fork 356
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
ci: update webui e2e tests to kill experiment instead of cancel [DET-3543] #835
ci: update webui e2e tests to kill experiment instead of cancel [DET-3543] #835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to rerun the tests in CircleCI a few times to see if it looks more reliable, but this is unlikely enough to make things worse that I'd be fine with just merging it, given that it did pass once.
👍 Can't hurt to rerun it a few times before merging. |
Description
webui e2e-tests are getting blocked on the experiment cancelation step due to the experiment taking a while to pull a docker image. The pulling is taking longer than the 30 second cypress time limit on the response. The solution is to use the kill step instead.
Test Plan
Check for CI stability around webui e2e-tests. Specifically a reduction in test flakes for experiment cancelation, starting in
01-setup
test suite.Commentary (optional)