]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Changing the legocastle run to use valgrind_test instead of _check
authorAnirban Rahut <arahut@fb.com>
Mon, 24 Oct 2016 23:23:19 +0000 (16:23 -0700)
committerAnirban Rahut <arahut@fb.com>
Mon, 24 Oct 2016 23:23:19 +0000 (16:23 -0700)
Summary:
valgrind_test is the correct way to run valgrind tests.
this is becasue we need to force DISABLE_JEMALLOC

Test Plan: Running sandcastle and contrun

Reviewers: IslamAbdelRahman

Reviewed By: IslamAbdelRahman

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D65451

build_tools/rocksdb-lego-determinator

index 6e14f72c1dac662ae67ecc967b328989b06b18b6..3c1f9dc593427fb432fd53fca93a77d8b58d6b2b 100755 (executable)
@@ -548,7 +548,7 @@ VALGRIND_TEST_COMMANDS="[
             {
                 'name':'Run RocksDB debug unit tests',
                 'timeout': 86400,
-                'shell':'$DISABLE_JEMALLOC $SHM $DEBUG make $PARALLELISM valgrind_check || $CONTRUN_NAME=valgrind_check $TASK_CREATION_TOOL',
+                'shell':'$SHM $DEBUG make $PARALLELISM valgrind_test || $CONTRUN_NAME=valgrind_check $TASK_CREATION_TOOL',
                 'user':'root',
                 $PARSER
             },