From aff8f83bee70c2737b59beed7cb8295d10791f2b Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 1 Oct 2019 13:14:20 -0700 Subject: [PATCH] test/blcokdev: don't print the output of fio. The nightly tests have a high number of intermittent failures on the crypto_autotest job at the point where the output of this command gets printed. I believe that printing that output can cause the ssh connection to drop. Change-Id: I5cd510cf7921c7a07b9560a0e5d10a635fd1ac4f Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470089 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto --- test/bdev/blockdev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bdev/blockdev.sh b/test/bdev/blockdev.sh index 053cee230..59c76e0ae 100755 --- a/test/bdev/blockdev.sh +++ b/test/bdev/blockdev.sh @@ -129,7 +129,7 @@ if [ -d /usr/src/fio ]; then fio_config_add_job $testdir/bdev.fio $b done - run_fio --spdk_conf=./test/bdev/bdev.conf --spdk_mem=$PRE_RESERVED_MEM + run_fio --spdk_conf=./test/bdev/bdev.conf --spdk_mem=$PRE_RESERVED_MEM --output=$output_dir/blockdev_fio_verify.txt rm -f *.state rm -f $testdir/bdev.fio @@ -142,7 +142,7 @@ if [ -d /usr/src/fio ]; then fio_config_add_job $testdir/bdev.fio $b done - run_fio --spdk_conf=./test/bdev/bdev.conf + run_fio --spdk_conf=./test/bdev/bdev.conf --output=$output_dir/blockdev_trim.txt rm -f *.state rm -f $testdir/bdev.fio