From 44d62baed46a41752b5379bc4095c0a8e20de32f Mon Sep 17 00:00:00 2001 From: Poornima G Date: Thu, 24 May 2018 11:02:53 +0530 Subject: Fix a test case that can fail for certain builds If certain builds have readdir-ahead disabled by default, the test case fails, as it asumes readdir-ahead is enabled by default. Hence explicitly enabling readdir-ahead. Change-Id: Ib5bef266707c2c557aeb2cf2ffbf4d0c92025c46 fixes: bz#1582051 Signed-off-by: Poornima G --- tests/bugs/readdir-ahead/bug-1439640.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/bugs') diff --git a/tests/bugs/readdir-ahead/bug-1439640.t b/tests/bugs/readdir-ahead/bug-1439640.t index cc6c829fccc..dcd54076444 100755 --- a/tests/bugs/readdir-ahead/bug-1439640.t +++ b/tests/bugs/readdir-ahead/bug-1439640.t @@ -8,6 +8,7 @@ cleanup; TEST glusterd TEST $CLI volume create $V0 $H0:$B{0..1}/$V0 +TEST $CLI volume set $V0 readdir-ahead on TEST $CLI volume start $V0 TEST ! $CLI volume set $V0 parallel-readdir sdf -- cgit