From a6116794281a6046e05bc87ab7fb39410dfc6a9f Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Mon, 26 Mar 2018 19:25:30 +0530 Subject: tests: fix nl-cache.t failure commit fef9293 changed network.inode-lru-limit from 50000 to 200000 in nl-cache group profile but the test wasn't changed to reflect it accordingly. Change-Id: Ibb5fb0a387f160f6b726246b161a9a7b33135755 fixes: bz#1560589 Signed-off-by: Atin Mukherjee --- tests/basic/nl-cache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/basic/nl-cache.t b/tests/basic/nl-cache.t index 2979a9be0d4..141fb75d5c8 100755 --- a/tests/basic/nl-cache.t +++ b/tests/basic/nl-cache.t @@ -15,7 +15,7 @@ EXPECT '600' volinfo_field $V0 'performance.nl-cache-timeout' EXPECT 'on' volinfo_field $V0 'performance.nl-cache' EXPECT '600' volinfo_field $V0 'features.cache-invalidation-timeout' EXPECT 'on' volinfo_field $V0 'features.cache-invalidation' -EXPECT '50000' volinfo_field $V0 'network.inode-lru-limit' +EXPECT '200000' volinfo_field $V0 'network.inode-lru-limit' TEST $CLI volume set $V0 nl-cache-positive-entry on TEST $CLI volume start $V0; -- cgit