We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
2024-10-13T10:07:26.1267332Z EFUploadServiceTest > testOneFileRedundantMultiPart() FAILED 2024-10-13T10:07:26.1268735Z java.lang.IndexOutOfBoundsException at EFUploadServiceTest.kt:678
This is inevitably a race condition. The task hasn't finished by the time the test checks the result.
The text was updated successfully, but these errors were encountered:
Work around a flaky test (#24).
a78c496
Add a pause in an attempt work around a flaky test (#24).
bd4298c
Introduce percentpass for tests
00985f3
This runs flaky tests multiple times and accepts the first two successful executions. Affects: #24
io7m
No branches or pull requests
For example:
This is inevitably a race condition. The task hasn't finished by the time the test checks the result.
The text was updated successfully, but these errors were encountered: