Skip to content

[CI] SimpleClusterStateIT testIndicesOptions failures #44817

@dimitris-athanasiou

Description

@dimitris-athanasiou

Build link:

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/300/console

Reproduce:

./gradlew :server:integTest --tests "org.elasticsearch.cluster.SimpleClusterStateIT.testIndicesOptions" -Dtests.seed=49EAF78D9A26EDB4 -Dtests.security.manager=true -Dtests.locale=ewo -Dtests.timezone=Europe/Minsk -Dcompiler.java=12 -Druntime.java=11

Failure:

org.elasticsearch.cluster.SimpleClusterStateIT > testIndicesOptions FAILED
    java.lang.AssertionError: CloseIndexResponse failed - not acked
    Expected: <true>
         but: was <false>
        at __randomizedtesting.SeedInfo.seed([49EAF78D9A26EDB4:88F3F1A7894FE366]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked(ElasticsearchAssertions.java:110)
        at org.elasticsearch.cluster.SimpleClusterStateIT.testIndicesOptions(SimpleClusterStateIT.java:262)

The close index action fails at the start of the test. It would be helpful to print the index results to see the actual failure when the response is not acked.

Could not reproduce locally.

Metadata

Metadata

Assignees

Labels

:Distributed Indexing/DistributedA catch all label for anything in the Distributed Indexing Area. Please avoid if you can.>test-failureTriaged test failures from CIv8.0.0-alpha1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions