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

Revisions №60935

branch: master 「№60935」
Commited by: Rocco Moretti
GitHub commit link: 「29f1d046a74a32ff」 「№4224」
Difference from previous tested commit:  code diff
Commit date: 2019-09-16 18:30:37

Merge pull request #4224 from RosettaCommons/roccomoretti/fix_cppcheck_for_188 Fixes for cppcheck 1.88 Sergey's interested in updating the version of cppcheck on the test server to 1.88. This version is having issues with the testing scripts (as they changed how they handle certain options.) This PR updates the command for the cppcheck test, as well as copying more logging information into the test server info. This should still work for the current 1.63 version, until we switch things over. I've augmented the "historical" list with the new 1.88 issues, but at some point we should probably clean those up.

Steven Lewis 5 years
There are a lot of weird magenta hard failures in the integration tests, but they are not replicated in the integration.release_debug version so I am inclined to ascribe them to a temporary server error. We'll want to keep an eye on it. [list]
Rocco Moretti 5 years
It looks like it's mostly .test_got_timeout_kill.log errors. This typically shows up with temporary hiccups on the test server where things take too long. -- It does look like these are no longer showing up in the most recent version of master. [list]
...