-
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
[CI] search/180_locale_dependent_mapping/Test Index and Search locale dependent mappings / dates #39981
Comments
Pinging @elastic/es-search |
and FIPS 140 JVMs are unfortunately not a coincidence As we figured out in #39855, the |
Pinging @elastic/es-security |
It looks like there might be an issue with the |
This doesn't seem to be java 8 specific ( at least not entirely ) since it only fails with a java 8 fips runtime : https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-7d,mode:quick,to:now))&_a=(columns:!(build.url),index:b646ed00-7efc-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:%22180_locale_dependent_mapping%22),sort:!(process.time-start,desc)) We don't have a way to mute yaml tests based on JVM version so I will mute this entirely so the rests of the tests can run in FIPS, until we can figure out what causes the parsing error in FIPS |
Are your Java 8 FIPS and Java 8 Standard environments on the same JDK update? |
Good point @tvernum . My standard is 1.8.0_191 while I had based FIPS on 1.8.0_171. But I guess in CI both are built by the same 8 version so these tests would be failing on java8 also.. I'll update my local one and investigate further nevertheless |
This still fails with a FIPS enabled JVM based on jdk1.8.0_201. Investigation ongoing |
That was a fun one to troublehoot (#not). The problem was a permissions one as the Java Security Policy we use in FIPS 140 doesn't grant |
Reverts 71968c9. The underlying issue which was related to the bouncycastle security provider permissions was resolved in elastic/infra#14995 resolves: elastic#39981
Reverts 71968c9. The underlying issue which was related to the bouncycastle security provider permissions was resolved in elastic/infra#14995 resolves: #39981
Reverts 71968c9. The underlying issue which was related to the bouncycastle security provider permissions was resolved in elastic/infra#14995 resolves: elastic#39981
Failed in a couple periodic builds today, looks like they're all on FIPS but that may just be coincidence
Here's a log from one
build-periodic-7.x-69.txt.zip
The text was updated successfully, but these errors were encountered: