mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
Add basic io_uring test
Provide a basic test coverage for io_uring I/O. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #11497
This commit is contained in:
@@ -115,7 +115,7 @@ tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
|
||||
tags = ['functional', 'features', 'large_dnode']
|
||||
|
||||
[tests/functional/io:Linux]
|
||||
tests = ['libaio']
|
||||
tests = ['libaio', 'io_uring']
|
||||
tags = ['functional', 'io']
|
||||
|
||||
[tests/functional/mmap:Linux]
|
||||
|
||||
Reference in New Issue
Block a user