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]
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4221 from RosettaCommons/vmullig/why_the_hell_is_rosetta_still_defaulting_to_leaking_memory_when_every_developer_has_complained_about_this_at_one_point_or_another
Switching default for -jd2:delete_old_poses to "true"
There isn't really a reason for Rosetta to leak memory by default, to my mind.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4206 from RosettaCommons/BYachnin/mhc_epitope_scitest_readmefix
Minor changes to README of mhc_epitope_energy scientific test. Thanks Brahm for making these!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4205 from RosettaCommons/rfalford12/sci-benchmark-revision
Revisions to f19 scientific benchmarks
Rebecca's addressed my requested revisions to the plots and readme's of some of the MP benchmarks
Merge pull request #4190 from RosettaCommons/vmullig/fix_intel_cray_build
Fixing Cray/icc build.
For some reason, an auto-generated operator= was tripping up the Intel/Cray build. Manually implementing this fixed the build.
notify author
notify list [rosetta-logs@googlegroups.com]
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.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4192 from RosettaCommons/JackMaguire/optE_fast_design
sequel to #4184
This allows the user to pass a relax script via commandline to OptE
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4187 from RosettaCommons/JackMaguire/ResetReferences
#4184 added the 'reset_reference' command to FastRelax's list of scripting commands. This PR ensures that the final round of reference weights match the "full" scorefunction that the user is trying to optimize.
This is just a simple change to a few database files. Unit and integrations tests should be enough.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #3618 from RosettaCommons/vmullig/simple_cycpep_predict_sci_benchmark
Add scientific tests for the simple_cycpep_predict application.
It's an awful nice peptide structure prediction and design pipeline you've got there. Be a shame if something were to happen to it.
Scientific tests make sure nothing happens to it.
DONE:
- [x] Add a peptide to test.
- [x] Set up and test-run the test.
- [x] Set suitable PNear cutoffs.
- [x] Finish the description.
- [x] Add extra option to docs for simple_cycpep_predict and for helical_bundle_predict.
- [x] Note that pull request #4046 must be merged before this one.
- [x] Pull request #3593 must be merged before this one.
notify author
notify list [rosetta-logs@googlegroups.com]