Skip to content

Commit

Permalink
Awaits fix MultiClusterRepoAccessIT.testConcurrentDeleteFromOtherCluster
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 4, 2023
1 parent bc4a134 commit 59d08b3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -106,6 +106,7 @@ public void stopSecondCluster() throws IOException {
IOUtils.close(secondCluster);
}

@AwaitsFix(bugUrl = "Sharing the same base repo path between 2 test clusters seem to be tricky currently, will need capbility to allow multi test clusters in OpenSearchIntegTest base class with sharing of base repo path")
public void testConcurrentDeleteFromOtherCluster() throws InterruptedException {
internalCluster().startClusterManagerOnlyNode();
internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 59d08b3

Please sign in to comment.