-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19719. Wildfly Followup: TestDelegatingSSLSocketFactory #8071
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
HADOOP-19719. Wildfly Followup: TestDelegatingSSLSocketFactory #8071
Conversation
|
the build seemed to fail in publishing, but the modified test wasn't executed, so we can't be sure it works again. I will have to rebase this after another change goes into trunk |
Downgrade to a skipped tests if the OS doesn't have GLIBC_2.34. Also cut testJSEENoGCMJava8() as this test will never run on java17.
57b7381 to
6993144
Compare
|
force pushed to trigger a rebuild; just changed the commit text |
|
💔 -1 overall
This message was automatically generated. |
|
ok, looking for that string was too brittle. this run we get |
...but do this down two levels
|
💔 -1 overall
This message was automatically generated. |
Simply verify the IOE contains NoSuchAlgorithmException; no checking further down or looking for error text. Less brittle, though there's risk of other failures being missed.
|
💔 -1 overall
This message was automatically generated. |
#8071) Downgrade to a skipped test if the attempting to create an openssl factory raises a wrapped NoSuchAlgorithmException; this is to avoid failures on test runs on RHEL8 VMs. Note: this branch-3.4 version preserves the test testJSEENoGCMJava8(). Contributed by Steve Loughran
Downgrade to a skipped tests if the OS doesn't have GLIBC_2.34.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?