Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryRescorerIT.testRescoreAfterCollapse fails reproducibly #28932

Closed
dakrone opened this issue Mar 7, 2018 · 1 comment
Closed

QueryRescorerIT.testRescoreAfterCollapse fails reproducibly #28932

dakrone opened this issue Mar 7, 2018 · 1 comment
Assignees
Labels
>test-failure Triaged test failures from CI

Comments

@dakrone
Copy link
Member

dakrone commented Mar 7, 2018

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

@dakrone dakrone added the >test-failure Triaged test failures from CI label Mar 7, 2018
@jimczi
Copy link
Contributor

jimczi commented Mar 8, 2018

Thanks @dakrone, #28521 has been reverted in bc8b3fc so I am closing this issue.

@jimczi jimczi closed this as completed Mar 8, 2018
sebasjm pushed a commit to sebasjm/elasticsearch that referenced this issue Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants