Netty4ClientYamlTestSuiteIT.test {yaml=/10_basic/Netty loaded}" fails in fips mode #66818
Labels
:Security/FIPS
Running ES in FIPS 140-2 mode
Team:Security
Meta label for security team
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/earxcnp2emm4i
Repro line:
./gradlew ':modules:transport-netty4:yamlRestTest' --tests "org.elasticsearch.http.netty4.Netty4ClientYamlTestSuiteIT.test {yaml=/10_basic/Netty loaded}" -Dtests.seed=67CB54BD26A6D093 -Dtests.security.manager=true -Dtests.locale=el -Dtests.timezone=Chile/Continental -Druntime.java=15 -Dtests.fips.enabled=true |
Reproduces locally?: yes
Applicable branches:
Master
Failure history:
Failure excerpt:
I assume this fails because we force the default distribution and security is on on fips mode, so transport type is
security4
. We dont have the logic to handle this with a conditional but maybe we can mute this yaml test case in fips withfeatures: fips_140
The text was updated successfully, but these errors were encountered: