1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

restore the test script that was updated by mistake in the previous checkin

(This used to be ctdb commit 5e2e6a5ce439762876f2aa054fdd0d4bb54c403c)
This commit is contained in:
Ronnie sahlberg 2007-04-10 12:23:10 +10:00
parent b84ade51db
commit 1f3f0ae56d

View File

@ -2,14 +2,6 @@
killall -q ctdb_test
echo "Trying 2 nodes in daemon mode"
bin/ctdb_test --nlist tests/nodes.txt --listen 127.0.0.1:9001 --daemon &
bin/ctdb_test --nlist tests/nodes.txt --listen 127.0.0.2:9001 --daemon &
sleep 30000
killall ctdb_test
exit
echo "Trying 2 nodes"
bin/ctdb_test --nlist tests/nodes.txt --listen 127.0.0.1:9001 &
@ -27,6 +19,13 @@ sleep 3
killall ctdb_test
echo "Trying 2 nodes in daemon mode"
bin/ctdb_test --nlist tests/nodes.txt --listen 127.0.0.1:9001 --daemon &
bin/ctdb_test --nlist tests/nodes.txt --listen 127.0.0.2:9001 --daemon &
sleep 3
killall ctdb_test
echo "Trying 4 nodes in daemon mode"
bin/ctdb_test --nlist tests/4nodes.txt --listen 127.0.0.1:9001 --daemon &
bin/ctdb_test --nlist tests/4nodes.txt --listen 127.0.0.2:9001 --daemon &