diff options
| author | Martin Schwenke <martin@meltin.net> | 2013-06-20 16:42:30 +1000 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2013-06-22 15:51:17 +1000 |
| commit | 0a80d65c2efcb1a76bffb954d0fad218a9c62975 (patch) | |
| tree | f4569f2cd9af4559b3b8561f41142541901574ea /ctdb/tests/scripts/integration.bash | |
| parent | 44e885e98e06e57cd4643fa884a4f780ca68cdba (diff) | |
tests: Integration test infrastructure should do only a single recovery
No need for 2 recoveries after a restart.
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit b953524185632d7f96a76d8f3bbed7ac1d143d40)
Diffstat (limited to 'ctdb/tests/scripts/integration.bash')
| -rw-r--r-- | ctdb/tests/scripts/integration.bash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index 45e0b99e87..a43ffe8be0 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -688,8 +688,6 @@ _ctdb_start_post () echo "Forcing a recovery..." onnode -q 0 $CTDB recover sleep_for 1 - echo "Forcing a recovery..." - onnode -q 0 $CTDB recover echo "ctdb is ready" } @@ -749,8 +747,6 @@ restart_ctdb () echo "Forcing a recovery..." onnode -q 0 $CTDB recover sleep_for 1 - echo "Forcing a recovery..." - onnode -q 0 $CTDB recover # Cluster is still healthy. Good, we're done! if ! onnode 0 $CTDB_TEST_WRAPPER _cluster_is_healthy ; then |
