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] IndexFoldersDeletionListenerIT > testListenersInvokedWhenIndexIsDangling occassionally failing #66571

Closed
mark-vieira opened this issue Dec 18, 2020 · 3 comments
Assignees
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@mark-vieira
Copy link
Contributor

Looks like a newly added test that has failed a few times now.

Build scan:
https://gradle-enterprise.elastic.co/s/wits5fsx622y2/tests/:server:internalClusterTest/org.elasticsearch.plugins.IndexFoldersDeletionListenerIT/testListenersInvokedWhenIndexIsDangling#1

Repro line:
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.plugins.IndexFoldersDeletionListenerIT.testListenersInvokedWhenIndexIsDangling" -Dtests.seed=8A30512BA393F582 -Dtests.security.manager=true -Dtests.locale=es -Dtests.timezone=EST -Druntime.java=11

Reproduces locally?:
Nope.

Applicable branches:
master and 7.x

Failure history:
https://gradle-enterprise.elastic.co/scans/tests?search.relativeStartTime=P28D&search.timeZoneId=America/Los_Angeles&tests.container=org.elasticsearch.plugins.IndexFoldersDeletionListenerIT&tests.disabledDistributions=WyJvdXRjb21lOnBhc3NlZCJd&tests.sortField=FAILED&tests.test=testListenersInvokedWhenIndexIsDangling&tests.unstableOnly=true

Failure excerpt:

org.elasticsearch.plugins.IndexFoldersDeletionListenerIT > testListenersInvokedWhenIndexIsDangling FAILED
    java.lang.AssertionError: Expecting no shards deleted on node [node_t3] but got: {[hokkjihfdt/ldTt4FW9Q6CLZ7hUXlrj4A]=[[hokkjihfdt][7]]}
        at __randomizedtesting.SeedInfo.seed([8A30512BA393F582:60BB557EF8D46F5D]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.elasticsearch.plugins.IndexFoldersDeletionListenerIT.assertNoDeletions(IndexFoldersDeletionListenerIT.java:368)
        at org.elasticsearch.plugins.IndexFoldersDeletionListenerIT.testListenersInvokedWhenIndexIsDangling(IndexFoldersDeletionListenerIT.java:214)
@mark-vieira mark-vieira added the >test-failure Triaged test failures from CI label Dec 18, 2020
@mark-vieira
Copy link
Contributor Author

@tlrx do you mind taking a look since you added this test recently? Looks like other tests in the same suite have failed a number of times as well.

@mark-vieira
Copy link
Contributor Author

Looks like this is the same as #66519 but given this just failed again in master intake it seems the fix didn't completely eliminate the issue.

@tlrx tlrx self-assigned this Dec 18, 2020
@tlrx tlrx added the :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs label Dec 18, 2020
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Dec 18, 2020
@elasticmachine
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs 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