From: Bart Van Assche <bvanassche@acm.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: fio@vger.kernel.org, Damien Le Moal <damien.lemoal@wdc.com>,
Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH 2/6] t/zbd/test-zbd-support: Ensure that an assertion failure causes this test to fail
Date: Fri, 28 Sep 2018 14:51:29 -0700 [thread overview]
Message-ID: <20180928215133.35222-3-bvanassche@acm.org> (raw)
In-Reply-To: <20180928215133.35222-1-bvanassche@acm.org>
Switch to threaded mode to make sure that an assertion failure results in
a non-zero exit status.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Damien Le Moal <damien.lemoal@wdc.com>
---
t/zbd/test-zbd-support | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/zbd/test-zbd-support b/t/zbd/test-zbd-support
index 6ee5055b57cf..afe229097ef6 100755
--- a/t/zbd/test-zbd-support
+++ b/t/zbd/test-zbd-support
@@ -113,7 +113,7 @@ run_fio_on_seq() {
# Check whether buffered writes are refused.
test1() {
run_fio --name=job1 --filename="$dev" --rw=write --direct=0 --bs=4K \
- --size="${zone_size}" \
+ --size="${zone_size}" --thread=1 \
--zonemode=zbd --zonesize="${zone_size}" 2>&1 |
tee -a "${logfile}.${test_number}" |
grep -q 'Using direct I/O is mandatory for writing to ZBD drives'
--
2.19.0.605.g01d371f741-goog
next prev parent reply other threads:[~2018-09-28 21:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-28 21:51 [PATCH 0/6] Restore the check_swd() function in the ZBD code Bart Van Assche
2018-09-28 21:51 ` [PATCH 1/6] t/zbd/functions: Make fio_reset_count() return 0 if no resets occurred Bart Van Assche
2018-09-28 21:51 ` Bart Van Assche [this message]
2018-09-28 21:51 ` [PATCH 3/6] t/zbd/test-zbd-support: Set fio aux path and forbid file creation Bart Van Assche
2018-09-28 21:51 ` [PATCH 4/6] t/zbd/test-zbd-support: Report a test summary when finished Bart Van Assche
2018-09-28 21:51 ` [PATCH 5/6] zbd: Restore zbd_check_swd() Bart Van Assche
2018-09-28 21:51 ` [PATCH 6/6] zbd: Avoid duplicating the code for calculating the number of sectors with data Bart Van Assche
2018-09-29 21:17 ` [PATCH 0/6] Restore the check_swd() function in the ZBD code Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180928215133.35222-3-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=axboe@kernel.dk \
--cc=damien.lemoal@wdc.com \
--cc=fio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox