-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv5.2.3
Description
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 testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv5.2.3