-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[TEST] Failure in DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream #34
Copy link
Copy link
Closed
Labels
:Feature/DatastreamIssues related to data streamsIssues related to data streams>FORKRelated to the fork processRelated to the fork process>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Feature/DatastreamIssues related to data streamsIssues related to data streams>FORKRelated to the fork processRelated to the fork process>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.