File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tools/testing/selftests/ublk Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,23 @@ _create_backfile 2 128M
32
32
ublk_io_and_remove 8G -t null -q 4 -z &
33
33
ublk_io_and_remove 256M -t loop -q 4 -z " ${UBLK_BACKFILES[0]} " &
34
34
ublk_io_and_remove 256M -t stripe -q 4 -z " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
35
+ wait
35
36
36
37
if _have_feature " AUTO_BUF_REG" ; then
37
38
ublk_io_and_remove 8G -t null -q 4 --auto_zc &
38
39
ublk_io_and_remove 256M -t loop -q 4 --auto_zc " ${UBLK_BACKFILES[0]} " &
39
40
ublk_io_and_remove 256M -t stripe -q 4 --auto_zc " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
40
41
ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &
42
+ wait
41
43
fi
42
- wait
43
44
44
45
if _have_feature " PER_IO_DAEMON" ; then
45
46
ublk_io_and_remove 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &
46
47
ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks " ${UBLK_BACKFILES[0]} " &
47
48
ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
48
49
ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_tasks &
50
+ wait
49
51
fi
50
- wait
51
52
52
53
_cleanup_test " stress"
53
54
_show_result $TID $ERR_CODE
You can’t perform that action at this time.
0 commit comments