Add link count test for root inode

Add tests for
97aa3ba44("Fix link count of root inode when snapdir is visible")
as suggested in #8727.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8732
This commit is contained in:
Tomohiro Kusumi
2019-05-30 08:26:46 +09:00
committed by Brian Behlendorf
parent a1eaf0dde0
commit 94866d8309
3 changed files with 122 additions and 2 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
tags = ['functional', 'limits']
[tests/functional/link_count]
tests = ['link_count_001']
tests = ['link_count_001', 'link_count_root_inode.ksh']
tags = ['functional', 'link_count']
[tests/functional/migration]