leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
62 stars 5 forks source link

test(mount): Add test for ignoreflush option #229

Closed rolysr closed 3 weeks ago

rolysr commented 1 month ago

This change adds a test for checking the sfsignoreflush option when a possible write process could fail during the flush operation. This way it is possible to check that when sfsignoreflush is on, some writing errors can be ignored.

This PR should be merged after: #228