Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge non-tty path with Windows path since they do the same thing | vjpai | 2015-07-08 | |
| | | ||||
* | | Stop sending terminal escape sequences if we're redirecting output to a file. | vjpai | 2015-07-08 | |
|/ | ||||
* | Exporting XML reports, JUnit-compatible. | Nicolas "Pixel" Noble | 2015-06-26 | |
| | ||||
* | Speed up hash checks, crash on first TSAN error | Craig Tiller | 2015-06-11 | |
| | ||||
* | Improvements to the way we randomize test runs. | David Garcia Quintas | 2015-06-02 | |
| | ||||
* | Addressed comments: fixed memory leak introduced by changes. | David Garcia Quintas | 2015-06-01 | |
| | ||||
* | Added "inf" as a valid option to run_test.py's -n flag. | David Garcia Quintas | 2015-05-31 | |
| | | | | Especially useful in combination with -f. | |||
* | Add fast stop | Craig Tiller | 2015-05-29 | |
| | | | | | Allows run_tests to early out as soon as a test fails. Plays well with -f. | |||
* | Include pid in failures | Craig Tiller | 2015-05-19 | |
| | ||||
* | Prevents run_tests from spamming. | Nicolas "Pixel" Noble | 2015-05-13 | |
| | ||||
* | Make runtests print logs on timed out tests | Craig Tiller | 2015-05-12 | |
| | ||||
* | fixes to run_tests.py to at least start building tests on Windows | Jan Tattermusch | 2015-04-20 | |
| | ||||
* | Spam cleanup | Craig Tiller | 2015-04-08 | |
| | ||||
* | Initial porting of run_tests to Windows | Craig Tiller | 2015-04-08 | |
| | ||||
* | Unconditionally add a newline if a test times out or fails. | David Klempner | 2015-03-17 | |
| | | | | | Failure should generally result in output unless something goes wrong, but timeout currently doesn't, but should be printed 100% of the time. | |||
* | Added CONFIG environment variable to build and test scripts, fixed some bugs | murgatroid99 | 2015-03-04 | |
| | ||||
* | Make timeout red | Craig Tiller | 2015-02-27 | |
| | ||||
* | Force-kill long running processes | Craig Tiller | 2015-02-26 | |
| | | | | To get at least some information on them | |||
* | Fix sorting | Craig Tiller | 2015-02-26 | |
| | ||||
* | Better logging for Travis | Craig Tiller | 2015-02-26 | |
| | ||||
* | Add timer to run_tests.py | Craig Tiller | 2015-02-26 | |
| | | | | For future profiling work to eliminate/speed-up slow tests. | |||
* | Improving travis output. | Nicolas "Pixel" Noble | 2015-02-26 | |
| | ||||
* | Support writes failing | Craig Tiller | 2015-02-24 | |
| | ||||
* | Use signals instead of sleep to wait for jobs | Craig Tiller | 2015-02-24 | |
| | ||||
* | Add copyrights to Python code | Craig Tiller | 2015-02-16 | |
| | ||||
* | Allow specifying environment variables. | Craig Tiller | 2015-01-30 | |
| | | | | Refactor the code a little to make this easier to munge around. | |||
* | Surface failure count | Craig Tiller | 2015-01-21 | |
| | ||||
* | Cache for successful test runs | Craig Tiller | 2015-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. | Nicolas Noble | 2015-01-14 | |
| | | | | | -) Fixing long line length. -) Changed the logic of the exit message. | |||
* | Various cosmetic improvements to run_tests.py | Nicolas Noble | 2015-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/grpc | Craig Tiller | 2015-01-12 | |
|\ | ||||
* | | Allow running tests under valgrind | Craig Tiller | 2015-01-12 | |
| | | ||||
* | | Cleanup and fixes to jobset.py | Craig Tiller | 2015-01-12 | |
| | | ||||
| * | Only run one make at a time. | ctiller | 2015-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. | ctiller | 2015-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. | Nicolas Noble | 2015-01-06 | |