diff options
author | Matthew Macy <[email protected]> | 2021-01-23 15:42:42 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-23 15:42:42 -0800 |
commit | 716408f56043981365488f65f924a2647af03b21 (patch) | |
tree | 8576c7a9ab9f8b529d7dedfe6dac7a6428c60afa /tests/runfiles | |
parent | 1c943451031b3c437110ecbb2f6a56d6ae0caa9f (diff) |
Add basic io_uring test
Provide a basic test coverage for io_uring I/O.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #11497
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index d8312afd3..9f6bd856a 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -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] |