aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/jobset.py
Commit message (Collapse)AuthorAge
* Add copyrights to Python codeGravatar Craig Tiller2015-02-16
|
* Allow specifying environment variables.Gravatar Craig Tiller2015-01-30
| | | | Refactor the code a little to make this easier to munge around.
* Surface failure countGravatar Craig Tiller2015-01-21
|
* Cache for successful test runsGravatar Craig Tiller2015-01-15
| | | | | | By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
* Addressing pull request comments.Gravatar Nicolas Noble2015-01-14
| | | | | -) Fixing long line length. -) Changed the logic of the exit message.
* Various cosmetic improvements to run_tests.pyGravatar Nicolas Noble2015-01-14
| | | | | | | | | -) 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.
* Merge github.com:google/grpcGravatar Craig Tiller2015-01-12
|\
* | Allow running tests under valgrindGravatar Craig Tiller2015-01-12
| |
* | Cleanup and fixes to jobset.pyGravatar Craig Tiller2015-01-12
| |
| * Only run one make at a time.Gravatar ctiller2015-01-09
|/ | | | | | | | 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
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-08
| | | | | | | Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06