-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[CI] TranslogTests#testFatalIOExceptionsWhileWritingConcurrently times out #29509
Copy link
Copy link
Closed
Closed
Copy link
Labels
:Distributed/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>bugv6.3.0
Description
TranslogTests#testFatalIOExceptionsWhileWritingConcurrently fails with a suite timeout error. This happened a couple of times a day in the last few days.
Example of a recent failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos/2300/console .
I can't reproduce this failure with the seed, but it is rather easy to reproduce it just by running this test some times (I tried once with iters set to 100 and it failed pretty quickly). Sounds like it's a timing issue then. I wonder if it may be caused by recent changes in #29401 that were fixing another failure for this same test method.
REPRODUCE WITH: ./gradlew :server:test \
-Dtests.seed=9842CD3971C5E19D \
-Dtests.class=org.elasticsearch.index.translog.TranslogTests \
-Dtests.method="testFatalIOExceptionsWhileWritingConcurrently" \
-Dtests.security.manager=true \
-Dtests.locale=he-IL \
-Dtests.timezone=America/North_Dakota/Beulah
REPRODUCE WITH: ./gradlew :server:test \
-Dtests.seed=9842CD3971C5E19D \
-Dtests.class=org.elasticsearch.index.translog.TranslogTests \
-Dtests.security.manager=true \
-Dtests.locale=he-IL \
-Dtests.timezone=America/North_Dakota/Beulah
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.>bugv6.3.0
Type
Fields
Give feedbackNo fields configured for issues without a type.