「view this page in B3 βῆτα server」

Revisions №60924

branch: master 「№60924」
Commited by: Rocco Moretti
GitHub commit link: 「46df873d8cd9d162」 「№4203」
Difference from previous tested commit:  code diff
Commit date: 2019-09-07 12:26:09

Merge pull request #4203 from RosettaCommons/roccomoretti/fix_integration_tests_valgrind_count Fix integration tests logfile issues (Valgrind) The Valgrind integration test has checks to make sure the number of expected logfiles match the number of observed logfiles. (To check that we aren't missing any Valgrind error output.) There are a number of integration tests which don't pass this check. This is mostly because of accidentally overwriting log files, or otherwise dumping/ignoring the output. This also includes some updates to the heuristics themselves, to better support some use cases (running programs from within a loop), as well as to permit the testing server to track the logfile failures on a subtest-by-subtest basis.

...