ctdb-tests: Don't bother shutting down daemons in ctdb_init()
authorMartin Schwenke <martin@meltin.net>
Tue, 10 Dec 2019 03:47:23 +0000 (14:47 +1100)
committerMartin Schwenke <martins@samba.org>
Wed, 22 Jul 2020 07:53:36 +0000 (07:53 +0000)
They'll never be up here...

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/scripts/integration.bash

index b868f6836569a08b5c2c0e68efb422366b439199..cff2903b339abf3202cf87e44d65666c01c172f6 100644 (file)
@@ -599,8 +599,6 @@ wait_until_node_has_no_ips ()
 
 ctdb_init ()
 {
-       ctdb_nodes_stop >/dev/null 2>&1 || :
-
        if ! ctdb_nodes_start ; then
                echo "Cluster start failed"
                return 1