Skip to content

QueryRescorerIT.testRescoreAfterCollapse fails reproducibly #28932

@dakrone

Description

@dakrone

After #28521 was merged, QueryRescorerIT.testRescoreAfterCollapse has been failing repeatedly with the following error:

FAILURE 3.90s | QueryRescorerIT.testRescoreAfterCollapse <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: 
   > Expected: iterable over ["2", "3"] in any order
   >      but: Not matched: "4"
   > 	at __randomizedtesting.SeedInfo.seed([30FBB95F5B7604EB:98BFA1EB1D7DB3B1]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.search.functionscore.QueryRescorerIT.testRescoreAfterCollapse(QueryRescorerIT.java:795)
   > 	at java.lang.Thread.run(Thread.java:748)

This reproduces on 6.x for me with:

./gradlew :server:integTest -Dtests.seed=30FBB95F5B7604EB -Dtests.class=org.elasticsearch.search.functionscore.QueryRescorerIT -Dtests.method="testRescoreAfterCollapse" -Dtests.security.manager=true -Dtests.locale=und -Dtests.timezone=Europe/Berlin

And can be seen here: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-windows-compatibility/772/console

Metadata

Metadata

Assignees

Labels

>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