From c951b4c68038b20679b4f8ced0734438ded80a20 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Wed, 4 Oct 2023 21:07:44 +1100 Subject: [PATCH] tests/block_cloning: temp ignore failures in same-txg test It seems quite difficult to force file creation and clone to occur on the same txg, so for now lets stop the test failing the entire test suite. Fortunately a "failure" means the file the clone was successful, so its not indicating a problem as such, but rather, a lack of understanding of the sequence involved. Once its understood, the test can be updated to match. Sponsored-By: Klara Inc. Signed-off-by: Rob Norris --- tests/test-runner/bin/zts-report.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 558e4b57279d..f42d2e7e81ec 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -305,7 +305,7 @@ elif sys.platform.startswith('linux'): 'block_cloning/block_cloning_copyfilerange_cross_dataset': ['SKIP', cfr_cross_reason], 'block_cloning/block_cloning_copyfilerange_fallback_same_txg': - ['SKIP', cfr_cross_reason], + [['SKIP','FAIL'], 99999], })