ZTS: Add test for snapshot automount race

Add snapshot_019_pos to verify parallel snapshot automount operations
don't cause AVL tree panic. Regression test for commit 4ce030e025.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
Closes #18035
This commit is contained in:
Ameer Hamza
2025-12-10 22:16:45 +05:00
committed by GitHub
parent a3238a745e
commit 48842c0a41
4 changed files with 85 additions and 2 deletions
+1 -1
View File
@@ -1019,7 +1019,7 @@ tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
'snapshot_006_pos', 'snapshot_007_pos', 'snapshot_008_pos',
'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
'snapshot_017_pos', 'snapshot_018_pos']
'snapshot_017_pos', 'snapshot_018_pos', 'snapshot_019_pos']
tags = ['functional', 'snapshot']
[tests/functional/snapused]
+1 -1
View File
@@ -580,7 +580,7 @@ tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
'snapshot_007_pos', 'snapshot_008_pos', 'snapshot_009_pos',
'snapshot_010_pos', 'snapshot_011_pos', 'snapshot_012_pos',
'snapshot_013_pos', 'snapshot_014_pos', 'snapshot_017_pos',
'snapshot_018_pos']
'snapshot_018_pos', 'snapshot_019_pos']
tags = ['functional', 'snapshot']
[tests/functional/snapused]