Skip to content

[CI] DiscoveryWithServiceDisruptionsIT.testAckedIndexing Failure in 5.2 #25689

@talevy

Description

@talevy

console logs:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.2+multijob-unix-compatibility/os=opensuse/156/console

reproduce:

gradle :core:integTest -Dtests.seed=F8108036B5FA3F4D -Dtests.class=org.elasticsearch.discovery.DiscoveryWithServiceDisruptionsIT -Dtests.method="testAckedIndexing" -Dtests.security.manager=true -Dtests.locale=sv -Dtests.timezone=Etc/GMT+8

stacktrace:

FAILURE 17.7s | DiscoveryWithServiceDisruptionsIT.testAckedIndexing <<< FAILURES!
   > Throwable #1: java.lang.AssertionError:
   > Expected: a value equal to or greater than <5L>
   >      but: <4L> was less than <5L>
   >    at __randomizedtesting.SeedInfo.seed([F8108036B5FA3F4D:72D134C5E987D906]:0)
   >    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   >    at org.elasticsearch.discovery.DiscoveryWithServiceDisruptionsIT.lambda$testAckedIndexing$3(DiscoveryWithServiceDisruptionsIT.java:591)
   >    at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:662)
   >    at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:636)
   >    at org.elasticsearch.discovery.DiscoveryWithServiceDisruptionsIT.testAckedIndexing(DiscoveryWithServiceDisruptionsIT.java:589)
   >    at java.lang.Thread.run(Thread.java:748)
   >    Suppressed: java.lang.AssertionError:
   > Expected: a value equal to or greater than <5L>
   >      but: <4L> was less than <5L>
   >            at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   >            at org.elasticsearch.discovery.DiscoveryWithServiceDisruptionsIT.lambda$testAckedIndexing$3(DiscoveryWithServiceDisruptionsIT.java:591)
   >            at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:650)
   >            ... 39 more
   >    Suppressed: java.lang.AssertionError:

this reproduces for me

Metadata

Metadata

Assignees

Labels

>testIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CIv5.2.3

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions