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

GatewayMetaStatePersistedStateTests#testDataOnlyNodePersistence fails occasionally #56763

Closed
DaveCTurner opened this issue May 14, 2020 · 1 comment · Fixed by #56893
Closed
Assignees
Labels
:Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@DaveCTurner
Copy link
Contributor

Build scan:

https://gradle-enterprise.elastic.co/s/eh6lnrbtyc2y6

Repro line:

./gradlew ':server:test' --tests "org.elasticsearch.gateway.GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence" -Dtests.seed=6D2A353CEE651915 -Dtests.security.manager=true -Dtests.locale=sq -Dtests.timezone=Pacific/Apia -Dcompiler.java=14 -Druntime.java=8

Reproduces locally?:

Not tried, I'll work on this issue later.

Applicable branches:

I see similar failures on 7.6, 7.7, 7.8, 7.x and master.

Failure excerpt:


org.elasticsearch.gateway.GatewayMetaStatePersistedStateTests > testDataOnlyNodePersistence FAILED |  
-- | --
  | java.lang.AssertionError: expected:<2028814238962705350> but was:<0> |  
  | at __randomizedtesting.SeedInfo.seed([6D2A353CEE651915:D804B3D97E124E07]: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) |  
  | at org.junit.Assert.assertEquals(Assert.java:631) |  
  | at org.elasticsearch.gateway.GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence(GatewayMetaStatePersistedStateTests.java:406) |  
  | REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.gateway.GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence" -Dtests.seed=6D2A353CEE651915 -Dtests.security.manager=true -Dtests.locale=sq -Dtests.timezone=Pacific/Apia -Dcompiler.java=14 -Druntime.java=8

Looks to duplicate #53193 which was attributed to #53195, but as it's still ongoing I am opening this issue again to investigate further.

@DaveCTurner DaveCTurner added >test-failure Triaged test failures from CI :Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. labels May 14, 2020
@DaveCTurner DaveCTurner self-assigned this May 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Cluster Coordination)

@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. 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.

2 participants