-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
>test-failureTriaged test failures from CITriaged test failures from CI
Description
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/353/console
Error:
FAILURE 0.81s | GraphExploreResponseTests.testHlrcFromXContent <<< FAILURES!
> Throwable #1: java.lang.AssertionError: Error when comparing xContent
[...]
at __randomizedtesting.SeedInfo.seed([2EB6774B7153F34E:9216D58F28F4F8C2]:0)
> at org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertToXContentEquivalent(ElasticsearchAssertions.java:678)
> at org.elasticsearch.test.AbstractXContentTestCase$XContentTester.test(AbstractXContentTestCase.java:125)
> at org.elasticsearch.test.AbstractXContentTestCase.testFromXContent(AbstractXContentTestCase.java:182)
This also reproduces locally for me on master
./gradlew :x-pack:plugin:core:test \
-Dtests.seed=2EB6774B7153F34E \
-Dtests.class=org.elasticsearch.protocol.xpack.graph.GraphExploreResponseTests \
-Dtests.method="testHlrcFromXContent" \
-Dtests.security.manager=true \
-Dtests.locale=de \
-Dtests.timezone=Europe/Vaduz \
-Dcompiler.java=11 \
-Druntime.java=8
Metadata
Metadata
Assignees
Labels
>test-failureTriaged test failures from CITriaged test failures from CI