]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
valgrind_check to exit on test failures
authorsdong <siying.d@fb.com>
Wed, 5 Aug 2015 23:04:18 +0000 (16:04 -0700)
committersdong <siying.d@fb.com>
Thu, 6 Aug 2015 00:46:09 +0000 (17:46 -0700)
commitfca88f8e169e0f52ea426e99c56c95e4760868ca
treecb0695a8aab4d2dbdf916b38dda25e0ed748629d
parent7d364d0d9402be99dc24cc845d37a0cd0949d3c2
valgrind_check to exit on test failures

Summary: Currently, valgrind_check doesn't fail on test failures, which creates confusion. valgrind_check should fail if test fails.

Test Plan: Manually change tests to return test failure or cause memory leak and see valgrind_check has the correct behavior.

Reviewers: anthony, yhchiang, IslamAbdelRahman, igor, kradhakrishnan, rven

Reviewed By: rven

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D43629
Makefile