From d4046c0acf0a288ce8d55ab4f20ed78f783ec070 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 17 Jan 2019 19:14:01 -0500 Subject: [PATCH] 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. --- test/shell/t8.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/shell/t8.sh b/test/shell/t8.sh index 0722d4e0..41bdf188 100755 --- a/test/shell/t8.sh +++ b/test/shell/t8.sh @@ -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=$!