mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 12:35:28 +00:00
The current test case attempts to create a state to read by calling setattr and getattr in attempt to force block cache reads. It so happens that this does not always force cache block reads, which in rare cases causes this test case to fail. The new test case removes all the extra bouncing around of mount points and we just directly call scoutfs df which will walk everyone's allocators to summarize the block counts, which is guaranteed to exist. Therefore, we do not have to create any sort of state prior to trying to force a read. Signed-off-by: Bryant G. Duffy-Ly <bduffyly@versity.com>
3 lines
118 B
Plaintext
3 lines
118 B
Plaintext
== Issue scoutfs df to force block reads to trigger stale invalidation/retry
|
|
counter block_cache_remove_stale changed
|