Commit 10f7c915 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

unittest.sh: don't run cache_ut under valgrind



The cache_ut test uses multiple threads in a way that hangs under
valgrind; disable valgrind for that test for now.

Change-Id: Ia372806204459c8f2a5eef261416386641b6a1f8
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent ab5511c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ set -xe
$valgrind test/lib/blob/blob_ut/blob_ut

$valgrind test/lib/blobfs/blobfs_ut/blobfs_ut
$valgrind test/lib/blobfs/cache_ut/cache_ut
# cache_ut hangs when run under valgrind, so don't use $valgrind
test/lib/blobfs/cache_ut/cache_ut

$valgrind test/lib/nvme/unit/nvme_c/nvme_ut
$valgrind test/lib/nvme/unit/nvme_ctrlr_c/nvme_ctrlr_ut