Skip to content

Commit

Permalink
Merge a320adc into 0e405ed
Browse files Browse the repository at this point in the history
  • Loading branch information
monusingh-1 committed Jul 18, 2023
2 parents 0e405ed + a320adc commit 9020ef4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,12 @@ class StartReplicationIT: MultiClusterRestTestCase() {
}

fun `test that wait_for_active_shards setting is updated on follower through start replication api`() {

//Ignore this test if clusters dont have multiple nodes
if(!isMultiNodeClusterConfiguration){
return
}

val followerClient = getClientForCluster(FOLLOWER)
val leaderClient = getClientForCluster(LEADER)

Expand Down

0 comments on commit 9020ef4

Please sign in to comment.