]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Retry auto_spare_multiple.ksh
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 12 Apr 2022 00:26:01 +0000 (17:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 13 Apr 2022 16:44:54 +0000 (09:44 -0700)
The auto_spare_multiple.ksh test may incorrectly fail for a similar
reason as the auto_spare_shared.ksh test.  Add it to known list of
exceptions which should be retried to prevent failures in the CI.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13318

tests/test-runner/bin/zts-report.py.in

index ed39b8517d85ad5e9ed6aa5dde3575ac79c5869e..b0941a4d5f4bd600a4015bedb34b5d6f2e46f3a5 100755 (executable)
@@ -262,6 +262,7 @@ elif sys.platform.startswith('linux'):
         'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason],
         'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason],
         'fault/auto_spare_shared': ['FAIL', 11889],
+        'fault/auto_spare_multiple': ['FAIL', 11889],
         'io/io_uring': ['SKIP', 'io_uring support required'],
         'limits/filesystem_limit': ['SKIP', known_reason],
         'limits/snapshot_limit': ['SKIP', known_reason],