diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-05-23 08:30:55 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-10 22:54:42 -0700 |
commit | 869b0f2c272d8e0f3afb7ad5f15ebc0f7c900a76 (patch) | |
tree | 76d55aceb831db5f2936fb8924ca7c541e783bfc | |
parent | 02c0b6f0fcd6e9c678b170a8150d2b79942724ef (diff) |
tests: Don't use stripe-replicate volume in bug-905864.t
Today, stripe doesn't follow a deterministic order in sending posix
locks to its subvolume. This may lead to dead locks. To avoid
intermittent test failures, we modify bug-905864.t to run on replicate
volume.
Change-Id: I38b72f30bc31576d3ca642f0029cc8749314b1dd
BUG: 905864
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/5072
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | tests/bugs/bug-905864.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-905864.t b/tests/bugs/bug-905864.t index 688723e1452..44bb469f288 100644 --- a/tests/bugs/bug-905864.t +++ b/tests/bugs/bug-905864.t @@ -10,7 +10,7 @@ TEST glusterd; TEST pidof glusterd; TEST $CLI volume info; -TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8}; +TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2,3,4}; TEST $CLI volume start $V0; TEST glusterfs --entry-timeout=0 --attribute-timeout=0 -s $H0 --volfile-id $V0 $M0; |