-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests
Description
This test fails with a reproducible seed:
gradle :core:test -Dtests.seed=FB76F5368E4FE617 -Dtests.class=org.elasticsearch.index.translog.TranslogTests -Dtests.method="testWithRandomException" -Dtests.security.manager=true -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Tashken
Failure:
FAILURE 0.12s J2 | TranslogTests.testWithRandomException <<< FAILURES!
> Throwable #1: java.lang.AssertionError: expected:<7> but was:<0>
> at __randomizedtesting.SeedInfo.seed([FB76F5368E4FE617:9DAE9E29F5AB6806]:0)
> at org.elasticsearch.index.translog.TranslogTests.testWithRandomException(TranslogTests.java:2146)
> at java.lang.Thread.run(Thread.java:745)
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests