Skip to content

Commit 3e42324

Browse files
author
DvirDukhan
committed
run valgrind after each test phase
1 parent 116d1f6 commit 3e42324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/flow/tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ check_redis_server
140140

141141
[[ ! -z $REDIS ]] && RL_TEST_ARGS+=" --env exiting-env --existing-env-addr $REDIS" run_tests "redis-server: $REDIS"
142142
[[ $GEN == 1 ]] && run_tests
143+
[[ $VALGRIND == 1 ]] && valgrind_summary
143144
[[ $CLUSTER == 1 ]] && RLTEST_ARGS+=" --env oss-cluster --shards-count 1" run_tests "--env oss-cluster"
145+
[[ $VALGRIND == 1 ]] && valgrind_summary
144146
[[ $VALGRIND != 1 && $SLAVES == 1 ]] && RLTEST_ARGS+=" --use-slaves" run_tests "--use-slaves"
145147
[[ $AOF == 1 ]] && RLTEST_ARGS+=" --use-aof" run_tests "--use-aof"
146148
[[ $VALGRIND == 1 ]] && valgrind_summary

0 commit comments

Comments
 (0)