mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Tests for btree implementation used by range trees
Additional test cases for the btree implementation, see #9181. Reviewed-by: Paul Dagnelie <pcd@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: John Kennedy <john.kennedy@delphix.com> Closes #9717
This commit is contained in:
committed by
Brian Behlendorf
parent
a3640486ff
commit
523fc80069
@@ -39,6 +39,12 @@ tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos',
|
||||
'bootfs_008_pos']
|
||||
tags = ['functional', 'bootfs']
|
||||
|
||||
[tests/functional/btree]
|
||||
tests = ['btree_positive', 'btree_negative']
|
||||
tags = ['functional', 'btree']
|
||||
pre =
|
||||
post =
|
||||
|
||||
[tests/functional/cache]
|
||||
tests = ['cache_001_pos', 'cache_002_pos', 'cache_003_pos', 'cache_004_neg',
|
||||
'cache_005_neg', 'cache_006_pos', 'cache_007_neg', 'cache_008_neg',
|
||||
|
||||
Reference in New Issue
Block a user