-
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 CI
Description
SearchFieldsTests.testLoadMetadata fails in current master with the following error. It reproduced only once for me, tried running the test multiple times with no luck. I am thinking it may be related to recent mapping changes, also wondering if #15142 might fix this issue. Seems an actual problem though rather than a test bug. @jpountz @jasontedor can either of you please have a look and assign this?
java.lang.AssertionError:
Expected: an empty iterable
but: [<java.lang.IllegalArgumentException: can't add a _parent field that points to an already existing type>]
at __randomizedtesting.SeedInfo.seed([2723CD59178F56E2:30964EA8729EAE09]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.elasticsearch.test.ESIntegTestCase.indexRandom(ESIntegTestCase.java:1433)
at org.elasticsearch.test.ESIntegTestCase.indexRandom(ESIntegTestCase.java:1353)
at org.elasticsearch.test.ESIntegTestCase.indexRandom(ESIntegTestCase.java:1337)
at org.elasticsearch.test.ESIntegTestCase.indexRandom(ESIntegTestCase.java:1313)
at org.elasticsearch.messy.tests.SearchFieldsTests.testLoadMetadata(SearchFieldsTests.java:663)
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 CI