-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issue/jperf 566 fix ci flakiness #3
Issue/jperf 566 fix ci flakiness #3
Conversation
5333f7b
to
9cce5a8
Compare
Here's 4 runs of da9abac :
It still flakes. I could bump the timeout even further, but there is something fishy here. Looking in the stdout of the tests from the test reports in the artifacts we can look for the I'll try to replace the log polling with GUI polling |
8970dfb
to
e07f524
Compare
https://circleci.com/workflow-run/fa542720-2a09-40a1-ba5e-fc00fc432c4f |
This is still not working, I'll close and reopen when CircleCI goes green |
The video from the CI showed that the license setup takes around 60 seconds and our timeout for the next screen is also 60 seconds. I bumped the WD timeout and now it's all green. Even after a full 4x rerun or two. |
it.navigate().to(uri.toURL()) | ||
it.findElements(By.id("jira")).firstOrNull() | ||
} catch (e: Exception) { | ||
null |
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.
😱
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.
That's the ExpectedCondition
SPI
No description provided.