Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PHP unit tests run with run_tests.py | Craig Tiller | 2015-01-16 |
| | |||
* | Build static for php | Craig Tiller | 2015-01-16 |
| | |||
* | Build in the correct directory | Craig Tiller | 2015-01-16 |
| | |||
* | Build php modules from run_tests.py | Craig Tiller | 2015-01-16 |
| | |||
* | Add support for building outside of the Makefile | Craig Tiller | 2015-01-16 |
| | |||
* | Fix run_test.py so it runs the first time | Craig Tiller | 2015-01-15 |
| | |||
* | Make run_tests.py pass lint | Craig Tiller | 2015-01-15 |
| | |||
* | 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. | ||
* | Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updates | Michael Lumish | 2015-01-15 |
|\ | | | | | Grpc tools simplify docker image updates | ||
| * | Updates launch server to remove existing server if it's present | Tim Emiola | 2015-01-15 |
| | | |||
| * | Renames and grpc_update_docker_images to grpc_sync_images | Tim Emiola | 2015-01-15 |
| | | | | | | | | - also allows it to sync multiple hosts | ||
| * | Simplify the docker image update cmd | Tim Emiola | 2015-01-15 |
| | | |||
* | | Allow language to be specified to run_tests.py | Craig Tiller | 2015-01-15 |
| | | |||
* | | Compile OpenSSL differently for each config. | Craig Tiller | 2015-01-15 |
|/ | | | | MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY. | ||
* | Addressing pull request comments. | Nicolas Noble | 2015-01-14 |
| | | | | | -) Fixing long line length. -) Changed the logic of the exit message. | ||
* | Merge remote-tracking branch 'google/master' into tweaks | Nicolas Noble | 2015-01-14 |
|\ | | | | | | | | | Conflicts: tools/run_tests/run_tests.py | ||
| * | Merge pull request #35 from ctiller/helgrind | Nicolas Noble | 2015-01-14 |
| |\ | | | | | | | Helgrind support for run_tests.py | ||
* | | | 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 pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flags | Michael Lumish | 2015-01-14 |
|/| | | | | | | | | Grpc Tools: update JDK; fix the interop server transport flag | ||
| | * | Helgrind support for run_tests.py | Craig Tiller | 2015-01-14 |
| |/ |/| | | | | | | | Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation. | ||
| * | Updates the JDK to JDK8 | Tim Emiola | 2015-01-14 |
| | | | | | | | | - necessary to allow seamless interop testing, as discussed earlier this week. | ||
* | | Merge pull request #13 from ctiller/nogo | Qi Zhao | 2015-01-14 |
|\ \ | | | | | | | Remove go codegen from this repository | ||
* \ \ | Merge pull request #27 from ctiller/faster_make | Nicolas Noble | 2015-01-14 |
|\ \ \ | | | | | | | | | Build all targets for a config at once | ||
| | | * | Fix the transport name used to start the grpc java docker server | Tim Emiola | 2015-01-14 |
| | | | | |||
* | | | | Fix return behavior of run_tools.py | Craig Tiller | 2015-01-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | | Build all targets for a config at once | Craig Tiller | 2015-01-14 |
|/ / / | |||
* | | | Removing a few more traces of libevent. | Nicolas "Pixel" Noble | 2015-01-14 |
| | | | |||
* | | | Merge github.com:google/grpc into gcov | Craig Tiller | 2015-01-13 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #15 from tbetbetbe/grpc_tools_docker_pregenerate_ssh_key | Michael Lumish | 2015-01-13 |
| |\ \ | | | | | | | | | Grpc tools docker pregenerate ssh key | ||
* | | | | Merge github.com:google/grpc into gcov | Craig Tiller | 2015-01-13 |
|\| | | | |||
| | * | | Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key | Tim Emiola | 2015-01-13 |
| | |\ \ | |||
| | | | * | Merge github.com:google/grpc into nogo | Craig Tiller | 2015-01-13 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge github.com:google/grpc into format | Craig Tiller | 2015-01-13 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Merge github.com:ctiller/grpc into format | Craig Tiller | 2015-01-13 |
| |\ \ \ \ | |||
| | | * \ \ | Merge github.com:ctiller/grpc into testcpp | Craig Tiller | 2015-01-13 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
| * | | | | | clang-format codebase | Craig Tiller | 2015-01-13 |
| | | | | | | |||
| | | | | * | Make generate_projects work on Mac | Craig Tiller | 2015-01-13 |
| | |_|_|/ | |/| | | | |||
| | | | * | Allows grpc_** that run gcloud compute ssh to run from docker containers | Tim Emiola | 2015-01-13 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | - 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 | ||
* | | | | Add tools/run_tests/run_lcov.sh | Craig Tiller | 2015-01-12 |
| |/ / |/| | | | | | | | | | | | This is a tool for collecting coverage reports from our tests and combining them with the open-source tool 'lcov'. | ||
| | * | Run C++ tests and C tests | Craig Tiller | 2015-01-12 |
| |/ | |||
* | | Merge github.com:google/grpc | Craig Tiller | 2015-01-12 |
|\| | |||
* | | Allow running tests under valgrind | Craig Tiller | 2015-01-12 |
| | | |||
* | | Remove ?san from the default tests. | Craig Tiller | 2015-01-12 |
| | | | | | | | | At least until they stabilize some. | ||
* | | Cleanup and fixes to jobset.py | Craig Tiller | 2015-01-12 |
| | | |||
| * | Corrects the ruby dockerfile to ensure it has access to git-on-[]. | temiola | 2015-01-12 |
| | | | | | | | | | | | | | | | | 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 | ||
| * | Make generate_projects.sh able to run from a git repo. | ctiller | 2015-01-12 |
| | | | | | | | | | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83627504 | ||
| * | 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 | ||
| * | Remove mutex as this process is now single threaded | ctiller | 2015-01-09 |
|/ | | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83610407 | ||
* | 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 |