-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Certain tests require the filesystem to support direct IO. This commit add a new dio group and marks those tests so they be explicitly run or skipped.
- Loading branch information
1 parent
9be65e9
commit 0b8d051
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,9 @@ udf [email protected] | |
# AIO operations | ||
aio [email protected] | ||
|
||
# DIO operations | ||
dio | ||
|
||
# Pattern writing and checking | ||
pattern [email protected] | ||
|
||
|
@@ -235,17 +238,17 @@ deprecated | |
122 other auto quick | ||
123 perms auto quick | ||
124 pattern auto quick | ||
125 other auto | ||
125 other auto dio | ||
126 perms auto quick | ||
127 rw auto | ||
128 perms auto quick | ||
129 rw auto quick | ||
130 pattern auto quick | ||
130 pattern auto quick dio | ||
131 perms auto quick | ||
132 pattern auto | ||
133 rw auto | ||
133 rw auto dio | ||
134 quota auto quick | ||
135 metadata auto quick | ||
135 metadata auto quick dio | ||
136 attr2 | ||
137 metadata log auto | ||
138 metadata log auto | ||
|
@@ -320,10 +323,10 @@ deprecated | |
204 metadata rw auto | ||
205 metadata rw auto | ||
206 growfs auto quick | ||
207 auto aio quick | ||
208 auto aio | ||
209 auto aio | ||
210 auto aio quick | ||
207 auto aio quick dio | ||
208 auto aio dio | ||
209 auto aio dio | ||
210 auto aio quick dio | ||
211 auto aio quick | ||
212 auto aio quick | ||
213 rw auto prealloc quick enospc | ||
|
@@ -339,7 +342,7 @@ deprecated | |
223 auto quick | ||
224 auto | ||
225 auto quick | ||
226 auto enospc | ||
226 auto enospc dio | ||
227 auto fsr | ||
228 rw auto prealloc quick | ||
229 auto rw | ||
|