- Jan 15, 2015
-
-
Craig Tiller authored
MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
-
Nicolas Noble authored
-) Fixing long line length. -) Changed the logic of the exit message.
-
Nicolas Noble authored
-) Adding a new command line flag to be able to see which tests are passing. -) Adding more status when the tool is idle in forever mode. -) Adding a last status when the tool is finished so to avoid leaving the console in a weird state. -) Adding a status message in the forever mode if the previous run failed. -) Swapped the message and its explanation, so you don't have to scroll up to see which test failed. -) Fixed a race condition in the watch_dir.py code if a file is deleted during the loop.
-
Craig Tiller authored
Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation.
-
Tim Emiola authored
- necessary to allow seamless interop testing, as discussed earlier this week.
-
- Jan 14, 2015
-
-
Tim Emiola authored
-
Craig Tiller authored
If not running in forever mode, and a test fails, fail run_tests.py also. If running in forever mode and make fails, wait for the next run.
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
- Jan 13, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Tim Emiola authored
- adds _grpc_ensure_gcloud_ssh that creates the ~/.ssh/gcloud_compute_engine key file if it does not exist - update all the grpc_** commands that use ssh to call this
-
Craig Tiller authored
This is a tool for collecting coverage reports from our tests and combining them with the open-source tool 'lcov'.
-
Craig Tiller authored
-
- Jan 12, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
At least until they stabilize some.
-
Craig Tiller authored
-
temiola authored
Adds a command for triggering a pull of the latest built docker images. Change on 2015/01/09 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83641150
-
ctiller authored
Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83627504
-
- Jan 10, 2015
-
-
ctiller authored
If openssl has not been built, running parallel make processes causes some problems. Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83617340
-
ctiller authored
Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83610407
-
- Jan 08, 2015
-
-
ctiller authored
Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
-
- Jan 07, 2015
-
-
Nicolas Noble authored
-