You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
After #28521 was merged,
QueryRescorerIT.testRescoreAfterCollapse
has been failing repeatedly with the following error:This reproduces on 6.x for me with:
And can be seen here: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-windows-compatibility/772/console
The text was updated successfully, but these errors were encountered: