-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Enable CryptoTests on jdk19+ #4474
Conversation
Tests Passed: |
CryptoTests did not run green for openj9. I do not think we should enable this on openj9 JDK19+ atm. @pshipton do you have any preference? |
I'd prefer we don't enable Crypto tests for OpenJ9 until they are working. They fail consistently on Windows due to access denied eclipse-openj9/openj9#16710. It would be wonderful if we could disable OpenJ9 Crypto tests on Windows across all versions. They fail sometimes on Linux machines which don't have a proper /dev/random eclipse-openj9/openj9#16720. I don't mind the occasional failure on Linux, if we enable them for Java 19 there. |
I've been assuming they are OpenJ9 machine issues. We'd like to get the bad Linux machines updated, the instructions seems clear, but haven't had the resources to do it yet. For Windows, we aren't sure what we need to update on the machines to avoid the access denied problems. We've tried a couple of things, but didn't get it working. |
CryptoTest being disabled on JDK19+ does not seem to be connected to openj9 issues. Problems there seem to be infra related and not specific to JDK19+. (Blocking |
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.
Instead of deleting this block of code, please leave it and add
<impl>openj9</impl>
after the <version>19+</version>
section
which effectively means it will remain disabled only for that implementation, and not for hotspot implementations.
25de001
to
0c5c4bc
Compare
@smlambert Updated JDK19 linux x86_64: OK |
CryptoTests can be enabled on jdk19+.
Issue has been fixed by: rh-openjdk/CryptoTest#31