On 11/06/2025 10:34, Ojaswin Mujoo wrote:
This test is intended to ensure that multi blocks atomic writes maintain atomic guarantees across sudden FS shutdowns.
This looks like an interesting test. Can you please consider writing a fuller commit message describing how it works?
And do you verify that the test would fail for a non-atomic writes (before proving that it works for atomic writes)?
I've had a lot of difficulty testing atomic write behavior for system crash/unexpected shutdown, so it would be interesting to see how this works.
In the meantime, I'll try to understand the code... Thanks, John