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/test-runner/bin | |
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/test-runner/bin')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 3db7f84a6..a381432c6 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -263,6 +263,7 @@ elif sys.platform.startswith('linux'): 'cli_root/zpool_expand/zpool_expand_001_pos': ['FAIL', known_reason], 'cli_root/zpool_expand/zpool_expand_005_pos': ['FAIL', known_reason], 'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason], + 'io/io_uring': ['SKIP', 'io_uring support required'], 'limits/filesystem_limit': ['SKIP', known_reason], 'limits/snapshot_limit': ['SKIP', known_reason], 'mmp/mmp_exported_import': ['FAIL', known_reason], |