Skip to content

Commit 798dd30

Browse files
authored
Backport-525-to-0.8 (#532)
[MOD-7474] fix valgrind on linux x86 (#525) * add --fair-sched=yes flag to valgrind * fix test * print neighbours if got unexpected ids. fail the test only after all the result's id's have been checked. (cherry picked from commit a2478ef)
1 parent 93b75f7 commit 798dd30

File tree

2 files changed

+168
-90
lines changed

2 files changed

+168
-90
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ endif
176176
ifeq ($(VALGRIND),1)
177177
_CTEST_ARGS += \
178178
-T memcheck \
179-
--overwrite MemoryCheckCommandOptions="--leak-check=full --error-exitcode=255"
179+
--overwrite MemoryCheckCommandOptions="--leak-check=full --fair-sched=yes --error-exitcode=255"
180180
endif
181181

182182
unit_test:

0 commit comments

Comments
 (0)