Skip to content

Commit

Permalink
Fix PR number
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Aug 29, 2024
1 parent c18d44c commit 3ba1615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ public void testDiskThresholdWithAbsoluteSizes() {
logShardStates(clusterState);
// primary shard already has been relocated away - this is a wrong expectation as we don't really move
// primary first unless explicitly set by setting. This is caught with PR
// https://github.com/opensearch-project/OpenSearch/pull/14761/
// https://github.com/opensearch-project/OpenSearch/pull/15239/
// as it randomises nodes to check for potential moves
// assertThat(clusterState.getRoutingNodes().node(nodeWithPrimary).size(), equalTo(0));
// assertThat(clusterState.getRoutingNodes().node(nodeWithoutPrimary).size(), equalTo(1));
Expand Down

0 comments on commit 3ba1615

Please sign in to comment.