From 10f7c9159ff7b4d901c17760a948f25d2432b5fc Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 28 Mar 2017 17:32:40 -0700 Subject: [PATCH] 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: Daniel Verkamp --- unittest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unittest.sh b/unittest.sh index c6d13876f..b7f1a02bd 100755 --- a/unittest.sh +++ b/unittest.sh @@ -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