From 67e398c86ab6008d3f25cf95a6abbeab3e1b93fe Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 11 Apr 2018 13:36:41 -0700 Subject: [PATCH] functional/cluster: handle "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" Signed-off-by: Gyuho Lee --- functional/tester/cluster.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functional/tester/cluster.go b/functional/tester/cluster.go index c3e75dede..24770ab94 100644 --- a/functional/tester/cluster.go +++ b/functional/tester/cluster.go @@ -173,6 +173,9 @@ func (clus *Cluster) updateFailures() { case "SIGQUIT_AND_REMOVE_LEADER_UNTIL_TRIGGER_SNAPSHOT": clus.failures = append(clus.failures, new_FailureCase_SIGQUIT_AND_REMOVE_LEADER_UNTIL_TRIGGER_SNAPSHOT(clus)) + case "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH": + clus.failures = append(clus.failures, + new_FailureCase_SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH(clus)) case "BLACKHOLE_PEER_PORT_TX_RX_ONE_FOLLOWER": clus.failures = append(clus.failures,