From 869b0f2c272d8e0f3afb7ad5f15ebc0f7c900a76 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Thu, 23 May 2013 08:30:55 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/5072 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/bug-905864.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/bug-905864.t b/tests/bugs/bug-905864.t index 688723e14..44bb469f2 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; -- cgit