Skip to content

[CI] QueryProfilerIT testProfileMatchesRegular is failing #32492

@danielmitterdorfer

Description

@danielmitterdorfer

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

Labels

:Search/SearchSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions