From 9f2035c7cc3722ab261567a8e644f5f71068aef7 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Thu, 30 Aug 2018 14:00:37 -0700 Subject: [PATCH] test/bdev: comment out bdevperf write_zeroes test This is causing a fair number of failures in both the Chandler and Jenkins test pools. This was added fairly recently, so comment it out for now while it is debugged further. Signed-off-by: Jim Harris Change-Id: I5d227252e27265c2b25ad7e76dd54d6c0501b8c4 Reviewed-on: https://review.gerrithub.io/424132 Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Ben Walker --- test/bdev/blockdev.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/bdev/blockdev.sh b/test/bdev/blockdev.sh index 001ed1b2d..0537f6f09 100755 --- a/test/bdev/blockdev.sh +++ b/test/bdev/blockdev.sh @@ -147,7 +147,9 @@ $rootdir/scripts/gen_nvme.sh >> $testdir/bdev_gpt.conf # Run bdevperf with gpt $testdir/bdevperf/bdevperf -c $testdir/bdev_gpt.conf -q 128 -o 4096 -w verify -t 5 -$testdir/bdevperf/bdevperf -c $testdir/bdev_gpt.conf -q 128 -o 4096 -w write_zeroes -t 1 +# This test is causing a lot of intermittent failures in the test pool. Comment it out +# while it is debugged further. +#$testdir/bdevperf/bdevperf -c $testdir/bdev_gpt.conf -q 128 -o 4096 -w write_zeroes -t 1 rm -f $testdir/bdev_gpt.conf if [ $RUN_NIGHTLY -eq 1 ]; then