test: Enable and fix up some more tests
An unstable engine probably masked some of these issues.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# run empty graphs, we're just testing etcd clustering
|
||||
$timeout --kill-after=210s 180s "$MGMT" run --hostname h1 --tmp-prefix empty &
|
||||
$timeout --kill-after=360s 300s "$MGMT" run --hostname h1 --tmp-prefix empty &
|
||||
pid1=$!
|
||||
sleep 15s # let it startup
|
||||
|
||||
$timeout --kill-after=210s 180s "$MGMT" run --hostname h2 --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2381 --server-urls http://127.0.0.1:2382 --tmp-prefix empty &
|
||||
$timeout --kill-after=360s 300s "$MGMT" run --hostname h2 --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2381 --server-urls http://127.0.0.1:2382 --tmp-prefix empty &
|
||||
pid2=$!
|
||||
sleep 15s
|
||||
|
||||
$timeout --kill-after=210s 180s "$MGMT" run --hostname h3 --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2383 --server-urls http://127.0.0.1:2384 --tmp-prefix empty &
|
||||
$timeout --kill-after=360s 300s "$MGMT" run --hostname h3 --seeds http://127.0.0.1:2379 --client-urls http://127.0.0.1:2383 --server-urls http://127.0.0.1:2384 --tmp-prefix empty &
|
||||
pid3=$!
|
||||
sleep 15s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user