ctdb-tests: Clean database before the test
[amitay/samba.git] / ctdb / tests / simple / 54_ctdb_transaction_recovery.sh
index ba045359ec4cdb719a9afda107403260f40d5cdf..3918c336073a280b68cbbe9c64d7c84dd7c72516 100755 (executable)
@@ -49,6 +49,9 @@ set -e
 
 cluster_is_healthy
 
+try_command_on_node 0 "$CTDB attach transaction_loop.tdb persistent"
+try_command_on_node 0 "$CTDB wipedb transaction_loop.tdb"
+
 try_command_on_node 0 "$CTDB listnodes"
 num_nodes=$(echo "$out" | wc -l)