test: Enable t8 to test for two host etcd clusters
I can't remember why we disabled this, so let's put it back. There's still one rare etcd race, but hopefully it doesn't fail too much until we fix it.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
exit 0 # XXX: test temporarily disabled till etcd or mgmt regression is fixed.
|
||||
|
||||
# run empty graphs, we're just testing etcd clustering
|
||||
$timeout --kill-after=180s 120s "$MGMT" run --hostname h1 --tmp-prefix empty &
|
||||
pid1=$!
|
||||
|
||||
Reference in New Issue
Block a user