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
3232ublk_io_and_remove 8G -t null -q 4 -z &
3333ublk_io_and_remove 256M -t loop -q 4 -z " ${UBLK_BACKFILES[0]} " &
3434ublk_io_and_remove 256M -t stripe -q 4 -z " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
35+ wait
3536
3637if _have_feature " AUTO_BUF_REG" ; then
3738 ublk_io_and_remove 8G -t null -q 4 --auto_zc &
3839 ublk_io_and_remove 256M -t loop -q 4 --auto_zc " ${UBLK_BACKFILES[0]} " &
3940 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
4041 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &
42+ wait
4143fi
42- wait
4344
4445if _have_feature " PER_IO_DAEMON" ; then
4546 ublk_io_and_remove 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &
4647 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks " ${UBLK_BACKFILES[0]} " &
4748 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks " ${UBLK_BACKFILES[1]} " " ${UBLK_BACKFILES[2]} " &
4849 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_tasks &
50+ wait
4951fi
50- wait
5152
5253_cleanup_test " stress"
5354_show_result $TID $ERR_CODE
You can’t perform that action at this time.
0 commit comments