From 52c63dafd297163067b8ccb26c864271e6bb11ac Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Mon, 26 Mar 2018 09:42:37 +0530 Subject: md-cache: fix ./tests/basic/md-cache/bug-1418249.t inode table size is currently set to 200000. Hence the need of change in testcase which was expecting the old value 50000. Change-Id: I8e44b1d0a2da1e8100bebd25f48bb36e2897b4f8 fixes: bz#1560393 Signed-off-by: Susant Palai --- tests/basic/md-cache/bug-1418249.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic') diff --git a/tests/basic/md-cache/bug-1418249.t b/tests/basic/md-cache/bug-1418249.t index 119a6aecf80..85a4f58ec10 100755 --- a/tests/basic/md-cache/bug-1418249.t +++ b/tests/basic/md-cache/bug-1418249.t @@ -16,5 +16,5 @@ EXPECT '600' volinfo_field $V0 'performance.md-cache-timeout' EXPECT 'on' volinfo_field $V0 'performance.stat-prefetch' 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' cleanup; -- cgit