mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
Two test programs are added. The run time is about 1min on my el7 instance. The test script finishes up with a read/write mmap test on offline extents to verify the data wait paths in those functions. One program will perform vfs read/write and mmap read/write calls on the same file from across 5 threads (mounts) repeatedly. The goal is to assure there are no locking issues between read/write paths. The second test program performs consistency checking on a file that is repeatedly written/read using memory maps and normal reads and writes, and the content is verified after every operation. Signed-off-by: Auke Kok <auke.kok@versity.com>
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
src/*.d
|
|
src/createmany
|
|
src/dumb_renameat2
|
|
src/dumb_setxattr
|
|
src/handle_cat
|
|
src/handle_fsetxattr
|
|
src/bulk_create_paths
|
|
src/find_xattrs
|
|
src/stage_tmpfile
|
|
src/create_xattr_loop
|
|
src/o_tmpfile_umask
|
|
src/o_tmpfile_linkat
|
|
src/mmap_stress
|
|
src/mmap_validate
|