Skip to content
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

Mute some security tests on problematic JDK8 build #75720

Merged

Conversation

tvernum
Copy link
Contributor

@tvernum tvernum commented Jul 27, 2021

This commit adds some assumeFalse (or modifies exising ones) to mute
tests on JDK 1.8.0_292 due to JDK-8266279

On this JDK build, a race condition sometimes causes the
PBEWithSHA1AndDESede algorithm to appear as though it is unavailable.

Relates: #75571, #75417, #75379, #72639, #72359
Backport of: #75718

This commit adds some `assumeFalse` (or modifies exising ones) to mute
tests on JDK 1.8.0_292 due to JDK-8266279

On this JDK build, a race condition sometimes causes the
PBEWithSHA1AndDESede algorithm to appear as though it is unavailable.

Relates: elastic#75571, elastic#75417, elastic#75379, elastic#72639, elastic#72359
Backport of: elastic#75718
@tvernum tvernum added the >test-mute Use for PR that only mute tests label Jul 27, 2021
@tvernum tvernum merged commit b583832 into elastic:7.14 Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >test-mute Use for PR that only mute tests v7.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants