Add test for FOPEN_NOFLUSH flag
authorAmir Goldstein <amir73il@gmail.com>
Mon, 3 Jan 2022 08:49:46 +0000 (10:49 +0200)
committerAmir Goldstein <amir73il@gmail.com>
Wed, 5 Jan 2022 06:43:43 +0000 (08:43 +0200)
commit435a14e0297cf796a19aaf04221fa14957fb3717
tree05362cfb72968660b066d81a5e42cbebd0cd56e5
parentdad15aee26835240d72188179ba177a0bbafe659
Add test for FOPEN_NOFLUSH flag

Simulate write() delay and verify that close(rofd) does not
block waiting on pending writes.

The support for the flag was added in kernel v5.16-rc1.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
test/test_ctests.py
test/test_write_cache.c