From 71abba4eaf81e64b471ccdb3691adde1195ed03f Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 5 Sep 2018 15:09:14 -0700 Subject: [PATCH] test: re-enable bdevperf write_zeroes test The previous patch fixed the underlying issue. Signed-off-by: Jim Harris Change-Id: Ic5ccaf82aba4d2ed8644b34bd4d0294784fd1de2 Reviewed-on: https://review.gerrithub.io/424734 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker --- test/bdev/blockdev.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/bdev/blockdev.sh b/test/bdev/blockdev.sh index 0537f6f09..001ed1b2d 100755 --- a/test/bdev/blockdev.sh +++ b/test/bdev/blockdev.sh @@ -147,9 +147,7 @@ $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 -# 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 +$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