-
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 testsv7.0.0-beta1
Description
Two test failures, but they are the exact same:
2> REPRODUCE WITH: gradle :test:framework:test -Dtests.seed=15A33AAAA8383DC4 -Dtests.class=org.elasticsearch.transport.nio.SimpleNioTransportTests -Dtests.method="testTransportStatsWithException" -Dtests.security.manager=true -Dtests.locale=hr -Dtests.timezone=Asia/Nicosia
FAILURE 0.06s J0 | SimpleNioTransportTests.testTransportStatsWithException <<< FAILURES!
> Throwable #1: java.lang.AssertionError: expected:<189> but was:<187>
> at __randomizedtesting.SeedInfo.seed([15A33AAAA8383DC4:D9231B7D2322A8CF]:0)
> at org.elasticsearch.transport.AbstractSimpleTransportTestCase.testTransportStatsWithException(AbstractSimpleTransportTestCase.java:2425)
> at java.lang.Thread.run(Thread.java:745)
2> REPRODUCE WITH: gradle :test:framework:test -Dtests.seed=15A33AAAA8383DC4 -Dtests.class=org.elasticsearch.transport.MockTcpTransportTests -Dtests.method="testTransportStatsWithException" -Dtests.security.manager=true -Dtests.locale=lv-LV -Dtests.timezone=America/Maceio
FAILURE 0.02s J3 | MockTcpTransportTests.testTransportStatsWithException <<< FAILURES!
> Throwable #1: java.lang.AssertionError: expected:<189> but was:<187>
> at __randomizedtesting.SeedInfo.seed([15A33AAAA8383DC4:D9231B7D2322A8CF]:0)
> at org.elasticsearch.transport.AbstractSimpleTransportTestCase.testTransportStatsWithException(AbstractSimpleTransportTestCase.java:2425)
> at java.lang.Thread.run(Thread.java:745)
Metadata
Metadata
Assignees
Labels
>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsv7.0.0-beta1