On Sun, Dec 17, 2023 at 11:43 PM Alexander E. Patrakov <patrakov@xxxxxxxxx> wrote: > > Hello. > > While running xfstests on an SMB share exposed by a Windows Server > 2022 VM running on my laptop, I found an unpleasant surprise: a single > run subtracted 1.5% of the write resource of my SSD, which is quite a > lot. Could you please modify the test to avoid this booby trap? Or > actually, let me do it myself... The same concern, with the same root cause (truncation at a hundred-megabyte offset being transformed into a hundred-megabyte write, and then repeated 10000 times), exists for generic/014. At this point, I have a question: should this be mitigated at the individual test level, or should the _require_sparse_files check be modified? -- Alexander E. Patrakov