File tree 1 file changed +1
-1
lines changed
server/src/test/java/org/opensearch/cluster/routing/allocation/decider
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ public void testDiskThresholdWithAbsoluteSizes() {
683
683
logShardStates (clusterState );
684
684
// primary shard already has been relocated away - this is a wrong expectation as we don't really move
685
685
// primary first unless explicitly set by setting. This is caught with PR
686
- // https://github.com/opensearch-project/OpenSearch/pull/14761 /
686
+ // https://github.com/opensearch-project/OpenSearch/pull/15239 /
687
687
// as it randomises nodes to check for potential moves
688
688
// assertThat(clusterState.getRoutingNodes().node(nodeWithPrimary).size(), equalTo(0));
689
689
// assertThat(clusterState.getRoutingNodes().node(nodeWithoutPrimary).size(), equalTo(1));
You can’t perform that action at this time.
0 commit comments