diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2015-05-26 15:10:25 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-27 05:35:34 -0700 |
commit | 0f55ed9bfdfb6856f5914f99d4e2e2a2dc97f73e (patch) | |
tree | 1871c8fff39eb46af44e53eb6177613c65b6e868 /run-tests.sh | |
parent | d6fc353afce03095c98d67d377eb7ddf334fd42e (diff) |
tests/uss.t: wait for connection to complete before accessing a file in snapshot
Change-Id: I82d0cb378d006777d5a304afe8d5be15e92c7245
BUG: 1163543
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/10915
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run-tests.sh b/run-tests.sh index 13108c19af9..9596fef96a7 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -194,8 +194,7 @@ function run_tests() function is_bad_test () { local name=$1 - for bt in ./tests/basic/uss.t \ - ./tests/bugs/replicate/bug-1015990.t \ + for bt in ./tests/bugs/replicate/bug-1015990.t \ ./tests/basic/ec/quota.t \ ./tests/basic/quota-nfs.t \ ./tests/bugs/quota/bug-1035576.t \ |