From 67e1e6cecafa2ace30b663ba5c176e83e70c3963 Mon Sep 17 00:00:00 2001 From: Di Wang Date: Sat, 28 Dec 2024 04:47:57 +0000 Subject: [PATCH] DAOS-16686 dfuse: fix the typo in utils test fix the typo in utils test. Required-githooks: true Signed-off-by: Di Wang --- utils/node_local_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/node_local_test.py b/utils/node_local_test.py index b2092a29c51..67d86c17986 100755 --- a/utils/node_local_test.py +++ b/utils/node_local_test.py @@ -2378,7 +2378,7 @@ def test_pre_read(self): with open(join(dfuse.dir, 'file3'), 'r') as fd: data3 = fd.read() res = dfuse.check_usage(old=res) - assert res['statistics']['pre_read'] == 8, res + assert res['statistics']['pre_read'] == 9, res # Open a (1MB-1) file. This reads 8 128k chunks, the last is truncated. There is no EOF # returned by dfuse here, just a truncated read but I assume python is interpreting a