-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
testClientSucceedsWithVerificationDisabled fails on master #38212
Labels
:Security/Security
Security issues without another label
>test-failure
Triaged test failures from CI
Comments
dnhatn
added
>test-failure
Triaged test failures from CI
:Security/Security
Security issues without another label
labels
Feb 1, 2019
Pinging @elastic/es-security |
That's correct Nhat, I will fix and update this as it's already weekend for Tim |
Thanks @jkakavas :) |
dnhatn
added a commit
that referenced
this issue
Feb 1, 2019
jkakavas
added a commit
to jkakavas/elasticsearch
that referenced
this issue
Feb 1, 2019
Replace assertFalse with assumeFalse Resolves: elastic#38212
jkakavas
added a commit
that referenced
this issue
Feb 1, 2019
Replace assertFalse with assumeFalse Resolves: #38212
talevy
added a commit
to talevy/elasticsearch
that referenced
this issue
Feb 13, 2019
Replace assertFalse with assumeFalse resolves elastic#38212. backport of elastic#38214.
opened #38871 to backport this fix to 6.7 |
talevy
added a commit
that referenced
this issue
Feb 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Security/Security
Security issues without another label
>test-failure
Triaged test failures from CI
testClientSucceedsWithVerificationDisabled
fails on FipsJVM. I think we expect this test not to run on FipsJVM but mistakenly useassertFalse
instead ofassumeFalse
.CI:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=java11,ES_RUNTIME_JAVA=java8fips,nodes=immutable&&linux&&docker/216/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=java8fips,nodes=immutable&&linux&&docker/216/console
The text was updated successfully, but these errors were encountered: