Skip to content

Commit 3ba1615

Browse files
committed
Fix PR number
Signed-off-by: Rishab Nahata <[email protected]>
1 parent c18d44c commit 3ba1615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ public void testDiskThresholdWithAbsoluteSizes() {
683683
logShardStates(clusterState);
684684
// primary shard already has been relocated away - this is a wrong expectation as we don't really move
685685
// 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/
687687
// as it randomises nodes to check for potential moves
688688
// assertThat(clusterState.getRoutingNodes().node(nodeWithPrimary).size(), equalTo(0));
689689
// assertThat(clusterState.getRoutingNodes().node(nodeWithoutPrimary).size(), equalTo(1));

0 commit comments

Comments
 (0)