=clu #16890 Add missing barrier in LeaderDowningNodeThatIsUnreachableSpec
This commit is contained in:
parent
0214d6e14d
commit
7239fd8397
2 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ abstract class LeaderDowningNodeThatIsUnreachableSpec(multiNodeConfig: LeaderDow
|
|||
awaitClusterUp(first, second, third, fourth)
|
||||
|
||||
val fourthAddress = address(fourth)
|
||||
|
||||
enterBarrier("before-exit-fourth-node")
|
||||
runOn(first) {
|
||||
// kill 'fourth' node
|
||||
testConductor.exit(fourth, 0).await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue