summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/test1.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-17 14:52:51 +1000
committerAndrew Tridgell <tridge@samba.org>2007-04-17 14:52:51 +1000
commit6f9b29da22e088a77064eab3c3f4ad68e3ec1a93 (patch)
tree1616bbf0b5d0ee539193ccf4be797003deba5521 /ctdb/tests/test1.sh
parent29ed9cf5d3480e30ecd0ba09e645877f50889e7e (diff)
downloadsamba-6f9b29da22e088a77064eab3c3f4ad68e3ec1a93.tar.gz
samba-6f9b29da22e088a77064eab3c3f4ad68e3ec1a93.tar.xz
samba-6f9b29da22e088a77064eab3c3f4ad68e3ec1a93.zip
- removed the non-daemon mode from ctdb, in order to simplify the
code. It may be added back later once everything is working nicely, or simulated using a in-process pipe instead of a unix domain socket - rewrote the ctdb_fetch_lock() code to follow the new design (This used to be ctdb commit 5024dd1f305fe1ecc262db2240c56f773b4f28f0)
Diffstat (limited to 'ctdb/tests/test1.sh')
-rwxr-xr-xctdb/tests/test1.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ctdb/tests/test1.sh b/ctdb/tests/test1.sh
index 64d5c9fc873..f13799b45c7 100755
--- a/ctdb/tests/test1.sh
+++ b/ctdb/tests/test1.sh
@@ -1,8 +1,6 @@
#!/bin/sh
-echo "Testing local send"
-bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001
echo "Testing daemon mode"
-bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --daemon
+bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001
echo "Testing self connect"
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --self-connect