Re: [LTP] [linus:master] [f2fs] 9f0f6bf427: ltp.ADSP069.fail
From: Cyril Hrubis
Date: Thu Sep 12 2024 - 10:30:27 EST
Hi!
So what the test does is:
- creates a sparse file (truncates an empty file to non-zero size)
- starts N child processes that open the file and read it in chunks
while they expect zeros to be read
- starts a single writer child that opens the file with O_DIRECT
and writes zeros to the file starting at some offset
And if the test fails it means that at some point one of the reader
children have seen inconsistent state.
--
Cyril Hrubis
chrubis@xxxxxxx