File tree 1 file changed +2
-3
lines changed
server/src/test/java/org/opensearch/snapshots
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -873,16 +873,15 @@ public void testConcurrentDeletes() {
873
873
* Simulates concurrent restarts of data and master nodes as well as relocating a primary shard, while starting and subsequently
874
874
* deleting a snapshot.
875
875
*/
876
- @ AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/579" )
877
876
public void testSnapshotPrimaryRelocations () {
878
877
final int masterNodeCount = randomFrom (1 , 3 , 5 );
879
- setupTestCluster (masterNodeCount , randomIntBetween (2 , 10 ));
878
+ setupTestCluster (masterNodeCount , randomIntBetween (2 , 5 ));
880
879
881
880
String repoName = "repo" ;
882
881
String snapshotName = "snapshot" ;
883
882
final String index = "test" ;
884
883
885
- final int shards = randomIntBetween (1 , 10 );
884
+ final int shards = randomIntBetween (1 , 5 );
886
885
887
886
final TestClusterNodes .TestClusterNode masterNode =
888
887
testClusterNodes .currentMaster (testClusterNodes .nodes .values ().iterator ().next ().clusterService .state ());
You can’t perform that action at this time.
0 commit comments