Skip to content

Commit

Permalink
Failing case for max_read=N
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Oct 30, 2021
1 parent f6f2d45 commit ce20b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def run_fs(mountpoint, cross_process):
testfs = Fs(cross_process)
fuse_options = set(pyfuse3.default_options)
fuse_options.add('fsname=pyfuse3_testfs')
fuse_options.add('max_read=4096')
pyfuse3.init(testfs, mountpoint, fuse_options)
try:
trio.run(pyfuse3.main)
Expand Down

0 comments on commit ce20b49

Please sign in to comment.