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

[CI] RejectionActionIT.testSimulatedSearchRejectionLoad fails on CI #54208

Closed
tlrx opened this issue Mar 25, 2020 · 2 comments
Closed

[CI] RejectionActionIT.testSimulatedSearchRejectionLoad fails on CI #54208

tlrx opened this issue Mar 25, 2020 · 2 comments
Assignees
Labels
:Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team >test-failure Triaged test failures from CI

Comments

@tlrx
Copy link
Member

tlrx commented Mar 25, 2020

The test RejectionActionIT.testSimulatedSearchRejectionLoad faild today on CI:

org.elasticsearch.action.RejectionActionIT > testSimulatedSearchRejectionLoad FAILED
    java.lang.AssertionError: There are still [2] in-flight contexts. The first one's creation site is listed as the cause of this exception.
        at org.elasticsearch.search.MockSearchService.assertNoInFlightContext(MockSearchService.java:52)
        at org.elasticsearch.test.ESTestCase.lambda$ensureAllSearchContextsReleased$7(ESTestCase.java:507)
        at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:892)
        at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:865)
        at org.elasticsearch.test.ESTestCase.ensureAllSearchContextsReleased(ESTestCase.java:507)
        at org.elasticsearch.test.ESIntegTestCase.cleanUpCluster(ESIntegTestCase.java:2027)

It does not reproduce locally using:

./gradlew ':server:integTest' --tests "org.elasticsearch.action.RejectionActionIT.testSimulatedSearchRejectionLoad" \
  -Dtests.seed=895157B0CB297B78 \
  -Dtests.security.manager=true \
  -Dtests.locale=sr-BA \
  -Dtests.timezone=US/Indiana-Starke \
  -Dcompiler.java=13

Build scan: https://gradle-enterprise.elastic.co/s/cpuizavuiommc

This failure looks different from older one (#26745) and I must admit that I'm not sure what is going on with this test.

@tlrx tlrx added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI labels Mar 25, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Search)

@jimczi jimczi self-assigned this Mar 27, 2020
@rjernst rjernst added the Team:Search Meta label for search team label May 4, 2020
@jimczi
Copy link
Contributor

jimczi commented Sep 21, 2020

Last failure was on April in 6.8 so I am going to close the issue since it doesn't seem to reproduce. We'll reopen if that's not the case.

@jimczi jimczi closed this as completed Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants