mirror of
				https://git.proxmox.com/git/mirror_zfs
				synced 2025-10-31 15:26:31 +00:00 
			
		
		
		
	ZTS: Add additional exceptions
The following tests have been observed to occasionally fail when running under the CI. Updated our exceptions list to track them. Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #16553
This commit is contained in:
		
							parent
							
								
									5520fdde29
								
							
						
					
					
						commit
						d565835c47
					
				| @ -201,6 +201,7 @@ maybe = { | ||||
|     'chattr/setup': ['SKIP', exec_reason], | ||||
|     'crtime/crtime_001_pos': ['SKIP', statx_reason], | ||||
|     'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason], | ||||
|     'cli_root/zfs_copies/zfs_copies_006_pos': ['FAIL', known_reason], | ||||
|     'cli_root/zfs_destroy/zfs_destroy_dev_removal_condense': | ||||
|         ['FAIL', known_reason], | ||||
|     'cli_root/zfs_get/zfs_get_004_pos': ['FAIL', known_reason], | ||||
| @ -215,11 +216,18 @@ maybe = { | ||||
|     'cli_root/zpool_import/zpool_import_missing_003_pos': ['SKIP', 6839], | ||||
|     'cli_root/zpool_initialize/zpool_initialize_import_export': | ||||
|         ['FAIL', 11948], | ||||
|     'cli_root/zpool_initialize/zpool_initialize_suspend_resume': | ||||
|         ['FAIL', known_reason], | ||||
|     'cli_root/zpool_labelclear/zpool_labelclear_removed': | ||||
|         ['FAIL', known_reason], | ||||
|     'cli_root/zpool_trim/setup': ['SKIP', trim_reason], | ||||
|     'cli_root/zpool_trim/zpool_trim_fault_export_import_online': | ||||
|         ['FAIL', known_reason], | ||||
|     'cli_root/zpool_upgrade/zpool_upgrade_004_pos': ['FAIL', 6141], | ||||
|     'cli_user/misc/arc_summary_001_pos': ['FAIL', known_reason], | ||||
|     'delegate/setup': ['SKIP', exec_reason], | ||||
|     'events/zed_cksum_config': ['FAIL', known_reason], | ||||
|     'fault/auto_replace_002_pos': ['FAIL', known_reason], | ||||
|     'fallocate/fallocate_punch-hole': ['SKIP', fspacectl_reason], | ||||
|     'history/history_004_pos': ['FAIL', 7026], | ||||
|     'history/history_005_neg': ['FAIL', 6680], | ||||
| @ -227,16 +235,24 @@ maybe = { | ||||
|     'history/history_008_pos': ['FAIL', known_reason], | ||||
|     'history/history_010_pos': ['SKIP', exec_reason], | ||||
|     'io/mmap': ['SKIP', fio_reason], | ||||
|     'l2arc/l2arc_l2miss_pos': ['FAIL', known_reason], | ||||
|     'l2arc/persist_l2arc_005_pos': ['FAIL', known_reason], | ||||
|     'largest_pool/largest_pool_001_pos': ['FAIL', known_reason], | ||||
|     'mmap/mmap_sync_001_pos': ['FAIL', known_reason], | ||||
|     'mmp/mmp_on_uberblocks': ['FAIL', known_reason], | ||||
|     'pam/setup': ['SKIP', "pamtester might be not available"], | ||||
|     'pool_checkpoint/checkpoint_discard_busy': ['FAIL', 11946], | ||||
|     'projectquota/setup': ['SKIP', exec_reason], | ||||
|     'raidz/raidz_002_pos': ['FAIL', known_reason], | ||||
|     'raidz/raidz_expand_001_pos': ['FAIL', 16421], | ||||
|     'redundancy/redundancy_draid_spare1': ['FAIL', known_reason], | ||||
|     'redundancy/redundancy_draid_spare3': ['FAIL', known_reason], | ||||
|     'removal/removal_condense_export': ['FAIL', known_reason], | ||||
|     'renameat2/setup': ['SKIP', renameat2_reason], | ||||
|     'reservation/reservation_008_pos': ['FAIL', 7741], | ||||
|     'reservation/reservation_018_pos': ['FAIL', 5642], | ||||
|     'snapshot/clone_001_pos': ['FAIL', known_reason], | ||||
|     'snapshot/snapshot_006_pos': ['FAIL', known_reason], | ||||
|     'snapshot/snapshot_009_pos': ['FAIL', 7961], | ||||
|     'snapshot/snapshot_010_pos': ['FAIL', 7961], | ||||
|     'snapused/snapused_004_pos': ['FAIL', 5513], | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf