Skip to content

[CI] TranslogTests#testFatalIOExceptionsWhileWritingConcurrently times out #29509

@javanna

Description

@javanna

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions