aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* PHP unit tests run with run_tests.pyGravatar Craig Tiller2015-01-16
|
* Build static for phpGravatar Craig Tiller2015-01-16
|
* Build in the correct directoryGravatar Craig Tiller2015-01-16
|
* Build php modules from run_tests.pyGravatar Craig Tiller2015-01-16
|
* Add support for building outside of the MakefileGravatar Craig Tiller2015-01-16
|
* Fix run_test.py so it runs the first timeGravatar Craig Tiller2015-01-15
|
* Make run_tests.py pass lintGravatar Craig Tiller2015-01-15
|
* 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.
* Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updatesGravatar Michael Lumish2015-01-15
|\ | | | | Grpc tools simplify docker image updates
| * Updates launch server to remove existing server if it's presentGravatar Tim Emiola2015-01-15
| |
| * Renames and grpc_update_docker_images to grpc_sync_imagesGravatar Tim Emiola2015-01-15
| | | | | | | | - also allows it to sync multiple hosts
| * Simplify the docker image update cmdGravatar Tim Emiola2015-01-15
| |
* | Allow language to be specified to run_tests.pyGravatar Craig Tiller2015-01-15
| |
* | Compile OpenSSL differently for each config.Gravatar Craig Tiller2015-01-15
|/ | | | MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
* Addressing pull request comments.Gravatar Nicolas Noble2015-01-14
| | | | | -) Fixing long line length. -) Changed the logic of the exit message.
* Merge remote-tracking branch 'google/master' into tweaksGravatar Nicolas Noble2015-01-14
|\ | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| * Merge pull request #35 from ctiller/helgrindGravatar Nicolas Noble2015-01-14
| |\ | | | | | | Helgrind support for run_tests.py
* | | 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 pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flagsGravatar Michael Lumish2015-01-14
|/| | | | | | | | Grpc Tools: update JDK; fix the interop server transport flag
| | * Helgrind support for run_tests.pyGravatar Craig Tiller2015-01-14
| |/ |/| | | | | | | Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation.
| * Updates the JDK to JDK8Gravatar Tim Emiola2015-01-14
| | | | | | | | - necessary to allow seamless interop testing, as discussed earlier this week.
* | Merge pull request #13 from ctiller/nogoGravatar Qi Zhao2015-01-14
|\ \ | | | | | | Remove go codegen from this repository
* \ \ Merge pull request #27 from ctiller/faster_makeGravatar Nicolas Noble2015-01-14
|\ \ \ | | | | | | | | Build all targets for a config at once
| | | * Fix the transport name used to start the grpc java docker serverGravatar Tim Emiola2015-01-14
| | | |
* | | | Fix return behavior of run_tools.pyGravatar Craig Tiller2015-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 onceGravatar Craig Tiller2015-01-14
|/ / /
* | | Removing a few more traces of libevent.Gravatar Nicolas "Pixel" Noble2015-01-14
| | |
* | | Merge github.com:google/grpc into gcovGravatar Craig Tiller2015-01-13
|\ \ \ | | |/ | |/|
| * | Merge pull request #15 from tbetbetbe/grpc_tools_docker_pregenerate_ssh_keyGravatar Michael Lumish2015-01-13
| |\ \ | | | | | | | | Grpc tools docker pregenerate ssh key
* | | | Merge github.com:google/grpc into gcovGravatar Craig Tiller2015-01-13
|\| | |
| | * | Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_keyGravatar Tim Emiola2015-01-13
| | |\ \
| | | | * Merge github.com:google/grpc into nogoGravatar Craig Tiller2015-01-13
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge github.com:ctiller/grpc into formatGravatar Craig Tiller2015-01-13
| |\ \ \ \
| | | * \ \ Merge github.com:ctiller/grpc into testcppGravatar Craig Tiller2015-01-13
| | | |\ \ \ | | | |/ / / | | |/| | |
| * | | | | clang-format codebaseGravatar Craig Tiller2015-01-13
| | | | | |
| | | | | * Make generate_projects work on MacGravatar Craig Tiller2015-01-13
| | |_|_|/ | |/| | |
| | | | * Allows grpc_** that run gcloud compute ssh to run from docker containersGravatar Tim Emiola2015-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.shGravatar Craig Tiller2015-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 testsGravatar Craig Tiller2015-01-12
| |/
* | Merge github.com:google/grpcGravatar Craig Tiller2015-01-12
|\|
* | Allow running tests under valgrindGravatar Craig Tiller2015-01-12
| |
* | Remove ?san from the default tests.Gravatar Craig Tiller2015-01-12
| | | | | | | | At least until they stabilize some.
* | Cleanup and fixes to jobset.pyGravatar Craig Tiller2015-01-12
| |
| * Corrects the ruby dockerfile to ensure it has access to git-on-[].Gravatar temiola2015-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.Gravatar ctiller2015-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.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
| * Remove mutex as this process is now single threadedGravatar ctiller2015-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.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