From e106a7bacbf6a642a07ecaecc82ef2c45c458865 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 25 Jul 2018 10:15:39 -0700 Subject: [PATCH] ZTS: Add reservation_008_pos exception The reservation_008_pos test case has been observed to fail in a non-dangerous way in approximately 5% of automated test runs. Add the test case to the list of possible expected failures until the test case can be made perfectly reliable. Reviewed by: Giuseppe Di Natale Reviewed by: George Melikov Signed-off-by: Brian Behlendorf Issue #7741 Closes #7742 --- tests/test-runner/bin/zts-report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index 804d7d607a..b6f855ef41 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -250,6 +250,7 @@ maybe = { 'pyzfs/pyzfs_unittest': ['SKIP', python_deps_reason], 'no_space/enospc_002_pos': ['FAIL', enospc_reason], 'projectquota/setup': ['SKIP', exec_reason], + 'reservation/reservation_008_pos': ['FAIL', '7741'], 'reservation/reservation_018_pos': ['FAIL', '5642'], 'rsend/rsend_019_pos': ['FAIL', '6086'], 'rsend/rsend_020_pos': ['FAIL', '6446'],