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:
James Shubin
2019-01-17 19:14:01 -05:00
parent 88498695ac
commit d4046c0acf

View File

@@ -1,7 +1,5 @@
#!/bin/bash -e #!/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 # run empty graphs, we're just testing etcd clustering
$timeout --kill-after=180s 120s "$MGMT" run --hostname h1 --tmp-prefix empty & $timeout --kill-after=180s 120s "$MGMT" run --hostname h1 --tmp-prefix empty &
pid1=$! pid1=$!