Skip to content

Commit

Permalink
correct issue link
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Bansal <[email protected]>
  • Loading branch information
linuxpi committed May 4, 2024
1 parent cbae09f commit e89dbdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testRTSRestoreWithNoDataPostCommitPrimaryReplicaDown() throws Except
* Simulates all data restored using Remote Translog Store.
* @throws IOException IO Exception.
*/
@TestIssueLogging(value = "_root:TRACE", issueUrl = "https://github.com/elastic/elasticsearch/issues/11085")
@TestIssueLogging(value = "_root:TRACE", issueUrl = "https://github.com/opensearch-project/OpenSearch/issues/11085")
public void testRTSRestoreWithNoDataPostRefreshPrimaryReplicaDown() throws Exception {
testRestoreFlowBothPrimaryReplicasDown(1, false, true, randomIntBetween(1, 5));
}
Expand Down

0 comments on commit e89dbdc

Please sign in to comment.