-
Notifications
You must be signed in to change notification settings - Fork 25.8k
FrozenIndexTests.testCloseFreezeAndOpen fails on master #35785
Copy link
Copy link
Closed
Labels
:Distributed/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>test-failureTriaged test failures from CITriaged test failures from CI
Description
Failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/266/console
13:58:03 FAILURE 3.12s J2 | FrozenIndexTests.testCloseFreezeAndOpen <<< FAILURES!
13:58:03 > Throwable #1: java.lang.AssertionError
13:58:03 > at __randomizedtesting.SeedInfo.seed([AABC9D28F4622B51:9CD27E54D7263843]:0)
13:58:03 > at org.elasticsearch.index.engine.FrozenIndexTests.testCloseFreezeAndOpen(FrozenIndexTests.java:92)
13:58:03 > at java.lang.Thread.run(Thread.java:748)
The assertion that fails is at assertFalse(((FrozenEngine) engine).isReaderOpen());
Reproduce line (does not reproduce for me):
./gradlew :x-pack:plugin:core:test \
-Dtests.seed=AABC9D28F4622B51 \
-Dtests.class=org.elasticsearch.index.engine.FrozenIndexTests \
-Dtests.method="testCloseFreezeAndOpen" \
-Dtests.security.manager=true \
-Dtests.locale=de-GR \
-Dtests.timezone=America/Montevideo \
-Dcompiler.java=11 \
-Druntime.java=8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>test-failureTriaged test failures from CITriaged test failures from CI
Type
Fields
Give feedbackNo fields configured for issues without a type.