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: testTaskCancellationOnCoordinatingNodeLeavingTheCluster fails #66518

Closed
dnhatn opened this issue Dec 17, 2020 · 3 comments · Fixed by #66525
Closed

CI: testTaskCancellationOnCoordinatingNodeLeavingTheCluster fails #66518

dnhatn opened this issue Dec 17, 2020 · 3 comments · Fixed by #66525
Assignees
Labels
:Distributed Coordination/Task Management Issues for anything around the Tasks API - both persistent and node level. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@dnhatn
Copy link
Member

dnhatn commented Dec 17, 2020

Build scan: https://gradle-enterprise.elastic.co/s/df5tjhtcm552m/console-log/raw

Repro line:

./gradlew ':server:test' --tests "org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksTests.testTaskCancellationOnCoordinatingNodeLeavingTheCluster" -Dtests.seed=4656B267C8C11E43 -Dtests.security.manager=true -Dtests.locale=nl-NL -Dtests.timezone=US/Aleutian -Druntime.java=11

Reproduces locally?: yes

Applicable branches: master

Failure excerpt:

org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksTests > testTaskCancellationOnCoordinatingNodeLeavingTheCluster FAILED
    java.lang.AssertionError: No bans on the node 1 expected:<0> but was:<1>
        at __randomizedtesting.SeedInfo.seed([4656B267C8C11E43:1D5057DC1747CFB7]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)

@dnhatn dnhatn added >test-failure Triaged test failures from CI :Distributed Coordination/Task Management Issues for anything around the Tasks API - both persistent and node level. labels Dec 17, 2020
@dnhatn dnhatn self-assigned this 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)

@benwtrent
Copy link
Member

Unsure if related: https://gradle-enterprise.elastic.co/s/rc47gnpa33bua

This is a cluster timeout in the task cancellation IT. It is from a build without the recent test mute.

dnhatn added a commit that referenced this issue Dec 18, 2020
This BWC is no longer needed after backporting #66066 to 7.x.

Closes #66518
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Task Management Issues for anything around the Tasks API - both persistent and node level. 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

Successfully merging a pull request may close this issue.

4 participants