diff options
author | Susant Palai <spalai@redhat.com> | 2018-03-26 09:42:37 +0530 |
---|---|---|
committer | Susant Palai <spalai@redhat.com> | 2018-03-26 09:47:01 +0530 |
commit | 52c63dafd297163067b8ccb26c864271e6bb11ac (patch) | |
tree | 60c36ae5b5db3ecd4c524d7edafa69af6777caf7 /tests | |
parent | fef929342ec33c388074ad47b81725d73cde6597 (diff) |
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 <spalai@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic/md-cache/bug-1418249.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |