ZTS: Retry auto_spare_multiple.ksh

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
This commit is contained in:
Brian Behlendorf 2022-04-11 17:26:01 -07:00
parent 5846f71182
commit 3d149db1f3
1 changed files with 1 additions and 0 deletions

View File

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