Skip to content

Commit

Permalink
DAOS-16686 dfuse: fix the typo in utils test
Browse files Browse the repository at this point in the history
fix the typo in utils test.

Required-githooks: true

Signed-off-by: Di Wang <[email protected]>
  • Loading branch information
wangdi1 committed Dec 28, 2024
1 parent 9d30f9f commit 67e1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/node_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67e1e6c

Please sign in to comment.