I was fixing a issue with i_size setting in btrfs and generic/521 was what I used to reproduce the problem. However I needed the close+open operation to trigger the issue. This is a soak test, so add this option to increase the coverage of this test. Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> --- tests/generic/521 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/521 b/tests/generic/521 index e8bc36e4..f0fc575e 100755 --- a/tests/generic/521 +++ b/tests/generic/521 @@ -52,6 +52,7 @@ fsx_args+=(-r $min_dio_sz) fsx_args+=(-t $min_dio_sz) fsx_args+=(-w $min_dio_sz) fsx_args+=(-Z) +fsx_args+=(-c 10) run_fsx "${fsx_args[@]}" | sed -e '/^fsx.*/d' -- 2.23.0