org.elasticsearch.index.translog.TranslogTests#testStats failing on 6.8 #55064
Labels
:Distributed Indexing/Engine
Anything around managing Lucene and the Translog in an open shard.
>test-failure
Triaged test failures from CI
Observed a failure on branch 6.8 for
TranslogTests
in#testStats
:Reproduction line:
./gradlew ':server:unitTest' -Dtests.seed=6B2A44E9E0939A49 -Dtests.class=org.elasticsearch.index.translog.TranslogTests -Dtests.method="testStats" -Dtests.security.manager=true -Dtests.locale=ru -Dtests.timezone=SystemV/MST7MDT -Dcompiler.java=12 -Druntime.java=8
Unfortunately I wasn't able to reproduce after 50 iterations on the same operating system.
CI link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.8+matrix-java-periodic/ES_RUNTIME_JAVA=adoptopenjdk8,nodes=general-purpose/622/console / https://gradle-enterprise.elastic.co/s/6xn7qjvruu5x6
Interestingly enough this is the first time if fails on
6.8
, however, there were a number of failures onmaster
in February that got fixed by #51905.@dnhatn :
The specific line in 6.8 asserts >1 in
elasticsearch/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
Line 439 in fe9394c
however, in #51905, we started asserting >0
elasticsearch/server/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
Line 420 in 6d28596
Is there a reason for this difference?
The text was updated successfully, but these errors were encountered: