Valgrind's helgrind tool is still reporting race conditions during test runs. This issue is to investigate, identify, and resolve any race conditions flagged by helgrind.
The report can be obtained as such:
valgrind --tool=helgrind --gen-suppressions=all --suppressions=tests/helgrind.suppr ../build/wp1.7-scheduler-test/bin/schedule_simple -t 3 -s 10 -e 100 2>&1 | tee ./valgrind.log
We should either fix the races or add them to the suppression file.
Valgrind's helgrind tool is still reporting race conditions during test runs. This issue is to investigate, identify, and resolve any race conditions flagged by helgrind.
The report can be obtained as such:
We should either fix the races or add them to the suppression file.