diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-05-23 08:30:55 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-24 01:53:36 -0800 |
commit | 610b6ba345a5cadc5319d4f4e8dabcd48f566b50 (patch) | |
tree | d450a5459685bd2c7c496246326c47c6162e55d5 /tests | |
parent | d6f687084d94a17abf505b8d0bf315d18bf937ee (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>
Reviewed-on: http://review.gluster.org/6588
Diffstat (limited to 'tests')
-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; |