-
Notifications
You must be signed in to change notification settings - Fork 12
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
api-ffmpeg integration tests are flaky #403
Comments
I wonder if we should update that to use JDK 17, since 14 was one of those releases that only got 6 months of support (which has now ended)? I just tried running the failsafe tests locally a few times with an Oracle 17.0.3 JVM and didn't see anything. Unless you have a need for 14, I'll probably just go ahead and update to 17, then we can see if the problem persists. |
I've added the PR for JDK 17, but also note that we had the same failure on JDK 11 at https://github.com/WestRidgeSystems/jmisb/runs/6634860480?check_suite_focus=true So while the JDK 14 -> JDK 17 change is worth doing, its not sufficient to resolve this problem. |
Just had another JDK11 failure, so not JDK 14 specific. |
Describe the bug
During CI, the JDK 14 test sometimes fails, with errors that look like:
An example is at https://github.com/WestRidgeSystems/jmisb/runs/6536608638?check_suite_focus=true
The logs contain:
Possibly this is a race in some of our tests where we're calling
Thread.interrupt()
at the wrong time. However I'm only seeing that in a shutdown method.To Reproduce
I can't reproduce this locally on JDK 11. Possibly JDK 14 is needed.
Expected behavior
Stable tests.
Screenshots
N/A
Configuration (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: