-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CI
Description
Reproduces on 7.x (c20ea9a)
./gradlew :server:unitTest \
-Dtests.seed=6FC15D7E2936F6F \
-Dtests.class=org.elasticsearch.index.query.IntervalQueryBuilderTests \
-Dtests.method="testNonIndexedFields" \
-Dtests.security.manager=true \
-Dtests.locale=es-CU \
-Dtests.timezone=America/Santa_Isabel \
-Dcompiler.java=12 \
-Druntime.java=8
FAILURE 2.23s | IntervalQueryBuilderTests.testNonIndexedFields <<< FAILURES!
> Throwable #1: junit.framework.AssertionFailedError: Expected exception IllegalArgumentException but no exception was thrown
> at __randomizedtesting.SeedInfo.seed([6FC15D7E2936F6F:507048D897C026E7]:0)
> at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2685)
> at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2670)
> at org.elasticsearch.index.query.IntervalQueryBuilderTests.testNonIndexedFields(IntervalQueryBuilderTests.java:301)
> at java.lang.Thread.run(Thread.java:745)
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CI