mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Add zfs-tests for relatime
Add atime_003_pos to test relatime=on, we do check_atime_updated twice, the first time should success and the second time should fail. We also modify atime_001_pos to do check_atime_updated twice and both times should succeed. Signed-off-by: Chunwei Chen <david.chen@osnexus.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4482
This commit is contained in:
committed by
Brian Behlendorf
parent
6760077194
commit
2b54cb1451
@@ -25,7 +25,7 @@ outputdir = /var/tmp/test_results
|
||||
tests = ['posix_002_pos']
|
||||
|
||||
[tests/functional/atime]
|
||||
tests = ['atime_001_pos', 'atime_002_neg']
|
||||
tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos']
|
||||
|
||||
# DISABLED:
|
||||
# bootfs_006_pos - needs investigation
|
||||
|
||||
Reference in New Issue
Block a user