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

[TEST] Failure in DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream #34

Closed
nknize opened this issue Feb 3, 2021 · 0 comments · Fixed by #37
Closed

[TEST] Failure in DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream #34

nknize opened this issue Feb 3, 2021 · 0 comments · Fixed by #37
Labels
:Feature/Datastream Issues related to data streams >FORK Related to the fork process >test-failure Test failure from CI, local build, etc.

Comments

@nknize
Copy link
Collaborator

nknize commented Feb 3, 2021

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.action.admin.indices.datastream.DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream" -Dtests.seed=65BD490888695D90 -Dtests.security.manager=true -Dtests.locale=fi-FI -Dtests.timezone=ECT -Druntime.java=15
org.elasticsearch.action.admin.indices.datastream.DeleteDataStreamRequestTests > testDeleteSnapshottingDataStream FAILED
    java.lang.AssertionError: Completed state must imply all shards completed but saw state [STARTED] and shards []
        at __randomizedtesting.SeedInfo.seed([65BD490888695D90:D53C2793DCBE4BFB]:0)
        at org.elasticsearch.cluster.SnapshotsInProgress$Entry.assertShardsConsistent(SnapshotsInProgress.java:252)
        at org.elasticsearch.cluster.SnapshotsInProgress$Entry.<init>(SnapshotsInProgress.java:191)
        at org.elasticsearch.cluster.SnapshotsInProgress$Entry.<init>(SnapshotsInProgress.java:163)
        at org.elasticsearch.action.admin.indices.datastream.DeleteDataStreamRequestTests.createEntry(DeleteDataStreamRequestTests.java:140)
        at org.elasticsearch.action.admin.indices.datastream.DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream(DeleteDataStreamRequestTests.java:125)
@nknize nknize added >FORK Related to the fork process >test-failure Test failure from CI, local build, etc. :Feature/Datastream Issues related to data streams labels Feb 3, 2021
@nknize nknize closed this as completed in #37 Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Feature/Datastream Issues related to data streams >FORK Related to the fork process >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant