-
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
Timing issue, search time expected but never happened:
FAILURE 2.45s J2 | SearchTimeoutIT.testSimpleTimeout <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: <true>
> but: was <false>
> at __randomizedtesting.SeedInfo.seed([C7A511D27D1BD747:84FFF8844B6B8044]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.search.SearchTimeoutIT.testSimpleTimeout(SearchTimeoutIT.java:67)
> at java.lang.Thread.run(Thread.java:748)
Maybe we should lower the time out argument? (currently it is 10ms)
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