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

[CI] IndicesOptionsTests.testSerialization fails reproducible on master #30648

Closed
spinscale opened this issue May 16, 2018 · 3 comments
Closed
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI

Comments

@spinscale
Copy link
Contributor

While debugging another issue, this test fails reliably for me on osx and linux with this seed.

Note, this issue did happen on CI, only on my local machines, thus no link to CI.

./gradlew :server:test -Dtests.seed=487A3C1C76FFEBEB -Dtests.class=org.elasticsearch.action.support.IndicesOptionsTests -Dtests.method="testSerialization" -Dtests.security.manager=true -Dtests.locale=vai-Vaii -Dtests.timezone=Pacific/Marquesas
  1> [2018-05-16T02:15:38,167][INFO ][o.e.a.s.IndicesOptionsTests] [testSerialization]: before test
  1> [2018-05-16T02:15:38,383][INFO ][o.e.a.s.IndicesOptionsTests] [testSerialization]: after test
  2> REPRODUCE WITH: ./gradlew :server:test -Dtests.seed=487A3C1C76FFEBEB -Dtests.class=org.elasticsearch.action.support.IndicesOptionsTests -Dtests.method="testSerialization" -Dtests.security.manager=true -Dtests.locale=vai-Vaii -Dtests.timezone=Pacific/Marquesas
FAILURE 0.29s | IndicesOptionsTests.testSerialization <<< FAILURES!
   > Throwable #1: java.lang.AssertionError:
   > Expected: <false>
   >      but: was <true>
   >    at __randomizedtesting.SeedInfo.seed([487A3C1C76FFEBEB:1CA25D5451ADD677]:0)
   >    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   >    at org.elasticsearch.action.support.IndicesOptionsTests.testSerialization(IndicesOptionsTests.java:51)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   >    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >    at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   >    at java.base/java.lang.Thread.run(Thread.java:844)
  2> NOTE: leaving temporary files on disk at: /Users/alr/devel/elastic/elasticsearch/elasticsearch/server/build/testrun/test/J0/temp/org.elasticsearch.action.support.IndicesOptionsTests_487A3C1C76FFEBEB-001
  2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=vai-Vaii, timezone=Pacific/Marquesas
  2> NOTE: Mac OS X 10.13.3 x86_64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=507352504,total=536870912
  2> NOTE: All tests run in this JVM: [IndicesOptionsTests]
Completed [1/1] in 1.33s, 1 test, 1 failure <<< FAILURES!

I have no real idea where to sort this under, so I picked Core/Core, feel free to change anytime. @javanna this might be one for you?

@spinscale spinscale added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI labels May 16, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@spinscale
Copy link
Contributor Author

@jpountz
Copy link
Contributor

jpountz commented May 16, 2018

Closed via #30644.

@jpountz jpountz closed this as completed May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants