-
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
Test failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/2432/console
fails with:
QueryProfilerIT.testProfileMatchesRegular <<< FAILURES!
> Throwable #1: java.lang.AssertionError: Profile totalHits of [127] is not close to Vanilla totalHits [129]
> Expected: <127L>
> but: was <129L>
> at __randomizedtesting.SeedInfo.seed([32784220547E92F2:61AD95220536708E]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.search.profile.query.QueryProfilerIT.testProfileMatchesRegular(QueryProfilerIT.java:162)
> at java.lang.Thread.run(Thread.java:748)
Reproduction line:
./gradlew :server:integTest \
-Dtests.seed=32784220547E92F2 \
-Dtests.class=org.elasticsearch.search.profile.query.QueryProfilerIT \
-Dtests.method="testProfileMatchesRegular" \
-Dtests.security.manager=true \
-Dtests.locale=id \
-Dtests.timezone=America/Curacao
(does not reproduce locally)
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