diff options
author | Joseph Fernandes <josferna@redhat.com> | 2015-12-22 08:50:26 +0530 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-12-21 20:59:17 -0800 |
commit | aa017dc1527c30fedb4b76cfb6c7601b2ec20c43 (patch) | |
tree | 7c4b4457b5838815cfa95e25fc81cb0dee11a9df | |
parent | 4bfbabfdd698e93a1dc1aad5590ed18f10936c55 (diff) |
tier/snap : Adding tier-snapshot.t to bad test
./tests/basic/tier/tier-snapshot.t to bad test
On RHEL6 the pause tier mechanism times out due to slow IPC calls
between the tier daemon and brick process. A workaround may be to
increase the timeout or improve the speed of RHEL6
Change-Id: I5af6123923416e611672ffe2aaea3f0dd7964dd9
BUG: 1293523
Signed-off-by: Joseph Fernandes <josferna@redhat.com>
Reviewed-on: http://review.gluster.org/13056
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Dan Lambright <dlambrig@redhat.com>
Tested-by: Dan Lambright <dlambrig@redhat.com>
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 6dba9801329..1ed420732f1 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -200,6 +200,7 @@ function is_bad_test () ./tests/basic/tier/bug-1214222-directories_missing_after_attach_tier.t \ ./tests/basic/tier/fops-during-migration.t \ ./tests/basic/tier/record-metadata-heat.t \ + ./tests/basic/tier/tier-snapshot.t \ ./tests/bugs/snapshot/bug-1109889.t \ ./tests/bugs/distribute/bug-1066798.t \ ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \ |