File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -574,9 +574,6 @@ tests:
574574- class : org.elasticsearch.streams.StreamsYamlTestSuiteIT
575575 method : test {yaml=streams/logs/10_basic/Check for repeated toggle to same state}
576576 issue : https://github.com/elastic/elasticsearch/issues/129735
577- - class : org.elasticsearch.snapshots.GetSnapshotsIT
578- method : testFilterByState
579- issue : https://github.com/elastic/elasticsearch/issues/129740
580577
581578# Examples:
582579#
Original file line number Diff line number Diff line change @@ -655,6 +655,9 @@ public void testFilterByState() throws Exception {
655655 assertThat (snapshots , hasSize (1 ));
656656 assertThat (snapshots .getFirst ().state (), is (SnapshotState .SUCCESS ));
657657
658+ // Add some more state (so the next snapshot has some work to do)
659+ indexRandomDocs (randomIdentifier (), 100 );
660+
658661 // Create a snapshot in progress
659662 blockAllDataNodes (repoName );
660663 startFullSnapshot (repoName , "snapshot-in-progress" );
You can’t perform that action at this time.
0 commit comments