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] testListenersInvokedWhenIndexIsRelocated() failure #66519

Closed
martijnvg opened this issue Dec 17, 2020 · 3 comments
Closed

[CI] testListenersInvokedWhenIndexIsRelocated() failure #66519

martijnvg opened this issue Dec 17, 2020 · 3 comments
Assignees
Labels
:Distributed Indexing/Store Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@martijnvg
Copy link
Member

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

Repro line: ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.plugins.IndexFoldersDeletionListenerIT.testListenersInvokedWhenIndexIsRelocated" -Dtests.seed=8C2D13C96AAEEC50 -Dtests.security.manager=true -Dtests.locale=et-EE -Dtests.timezone=Africa/Banjul -Druntime.java=11

Reproduces locally?: No

Applicable branches: master, 7.x

Failure history: https://gradle-enterprise.elastic.co/scans/tests?search.relativeStartTime=P7D&search.timeZoneId=Europe/Amsterdam&tests.container=org.elasticsearch.plugins.IndexFoldersDeletionListenerIT&tests.sortField=FAILED&tests.test=testListenersInvokedWhenIndexIsRelocated&tests.unstableOnly=true

(failed a number of times in the last week)

Failure excerpt:

java.lang.AssertionError: Expecting no shards deleted on node node_t5
-- at __randomizedtesting.SeedInfo.seed([8C2D13C96AAEEC50:42DBF45FC5ADDD9A]:0) |  
  |   | at org.junit.Assert.fail(Assert.java:88) |  
  |   | at org.junit.Assert.assertTrue(Assert.java:41) |  
  |   | at org.elasticsearch.plugins.IndexFoldersDeletionListenerIT.testListenersInvokedWhenIndexIsRelocated(IndexFoldersDeletionListenerIT.java:131)

I encountered this failure when running ci on my pr branch.

@martijnvg martijnvg added >test-failure Triaged test failures from CI :Distributed Indexing/Store Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label. labels Dec 17, 2020
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Dec 17, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@tlrx tlrx self-assigned this Dec 17, 2020
@tlrx
Copy link
Member

tlrx commented Dec 17, 2020

Thanks Martijn for opening this issue. I just merged bf96bca from #66329 that should fix this issue. Looking at your PR (66508) it does not include the fix so it's possible that you hit it again until you merge master (or 7.x) back.

@tlrx tlrx closed this as completed Dec 17, 2020
@martijnvg
Copy link
Member Author

Thanks @tlrx, I will rebase my branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Store Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants