Files
scoutfs/tests/golden
Bryant G. Duffy-Ly 3ae0ebd0d8 Fix block-stale-read test case
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>
2021-11-19 15:41:54 -06:00
..
2021-07-07 14:13:14 -07:00
2021-05-26 14:18:28 -07:00
2021-04-21 12:17:33 -07:00
2019-08-02 16:51:34 -07:00
2021-04-27 12:01:43 -07:00
2021-01-14 13:42:22 -08:00
2021-07-02 10:54:56 -07:00
2020-12-15 15:13:42 -08:00
2021-09-13 14:41:07 -07:00