-
Notifications
You must be signed in to change notification settings - Fork 874
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
Stabilize some unreliable tests for smoother CI operation #6151
Conversation
well, disabling the javafx cluster from specific tests didn't work at all, exception still there: |
562c3d9
to
88929c5
Compare
wrap platform/core.windows, favorites and settings into retry script. mitigates the following exception which causes the tests to be very unreliable in CI: java.lang.AssertionError: Should have found a nonproblematic provider of needs org.openide.modules.jre.JavaFX among [...] Separate reliable from unreliable PHP tests and wrap unreliable tests in retry script.
88929c5
to
a6d3962
Compare
lets try plan b:
|
a6d3962
to
3a1176e
Compare
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.
Thanks. Good move, for now at least (unreliable tests is something of an oxymoron 😄 )
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.
Looks sane to me. Thank you for looking into this.
I checked the last 10 merges to master and all of them failed on first attempt. Most failures were caused by the issue described in #5955
last 10 merge failures including test restarts till green:
The javafx modules wouldn't load anyway -> lets turn off the javafx cluster for those tests.didn't workfailure:
fixes #5955