aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
Commit message (Collapse)AuthorAge
* Scale poll-cv test timeouts upGravatar Craig Tiller2016-12-02
|
* Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
|
* Remove legacy pollerGravatar Craig Tiller2016-11-08
|
* Use Jessie instead of Ubuntu Dockerfile for GCC-4.8 testsGravatar Matt Kwong2016-11-02
|
* Enable port tests to be run using gcc4.8Gravatar Matt Kwong2016-11-02
|
* Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
|\
* \ Merge pull request #8419 from murgatroid99/node_express_benchmarkGravatar Michael Lumish2016-10-27
|\ \ | | | | | | Add benchmark client and server for Node Express
| | * Add missing comma in run_tests.pyGravatar murgatroid992016-10-26
| | |
| | * Build Node artifacts and allow Node tests for Node 7Gravatar murgatroid992016-10-25
| | |
* | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\ \ \
| | * | Create benchmark client and server for Node ExpressGravatar murgatroid992016-10-18
| | | |
| * | | Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
| |\ \ \ | | |/ / | |/| | Add Shim for wakeup_fds with no pipe or
* | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-14
|\| | |
| | | * more flexible test naming in reportsGravatar Jan Tattermusch2016-10-13
| | | |
* | | | Add libuv tests, and installation step in dockerfileGravatar murgatroid992016-10-12
| | | |
| * | | more flexible test naming in reportsGravatar Jan Tattermusch2016-10-12
| | | |
| | * | Add condition variable polling engineGravatar kpayson642016-10-10
| |/ /
* | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-07
|\| |
* | | UV tests pass on linuxGravatar murgatroid992016-10-07
| | |
| | * dont eat run_tests.py errors on test failureGravatar Jan Tattermusch2016-10-07
| | |
| * | dont eat run_tests.py errors on test failureGravatar Jan Tattermusch2016-10-07
| | |
* | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\| |
* | | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| | |
| * | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
|/| | | |/
* | Merge pull request #7893 from thunderboltsid/remove_shutdown_legacy_serverGravatar Nathaniel Manista2016-09-20
|\ \ | | | | | | Remove erroneously redefined function from run_tests.py.
| | * update path to C# test build by dotnet cliGravatar Jan Tattermusch2016-09-15
| | |
| * | remove erroneously redefined function from run_tests.pyGravatar Siddharth Shukla2016-09-09
| | | | | | | | | | | | The function was added in 824c234de8cc0b9a7e4cfd6618060e4158ecf8e3.
| | * Add 'node6' to the other spot where it's needed in run_tests.pyGravatar murgatroid992016-09-08
| | |
* | | update path to C# test build by dotnet cliGravatar Jan Tattermusch2016-09-08
| | |
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
|\ \ \ | |/ / |/| / | |/
| * Add Node 6 to the list of recognized compilers in run_tests.pyGravatar murgatroid992016-09-06
| |
* | Merge pull request #7633 from thunderboltsid/add-pypy-to-testing-toolchainGravatar kpayson642016-08-15
|\ \ | | | | | | add PyPy to testing toolchain
* \ \ Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\ \ \ | | |/ | |/|
* | | Extend the deadline of objc-examples-build to 30 minutesGravatar Muxi Yan2016-08-09
| | |
| | * add PyPy to testing toolchainGravatar siddharthshukla2016-08-04
| |/ |/|
| * Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into ↵Gravatar Jorge Canizales2016-07-29
| |\ | | | | | | | | | p0-advance-protobuf-version
| * | nit: format ObjC test targets betterGravatar Jorge Canizales2016-07-29
| | | | | | | | | So they can be commented out.
| | * php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-26
| | |
* | | Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfileGravatar kpayson642016-07-25
|\ \ \ | | | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile
| * | | php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-23
| | | |
* | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | * | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | |/ | | | | | | | | | Delay beginning most writes until we enter poll()
| * / Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| |/
* | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-13
|\ \
| * \ Merge pull request #7265 from thunderboltsid/issue-7094-retryGravatar Nicolas Noble2016-07-13
| |\ \ | | | | | | | | Retrying: Make the testing scripts executable on Python 3.x
| * \ \ Merge pull request #7112 from thunderboltsid/issue-7110Gravatar Nicolas Noble2016-07-13
| |\ \ \ | | |_|/ | |/| | Add dockerfile for pyenv and modify run_tests.py to include py35 and py36
| * | | Merge pull request #7359 from jcanizales/p0-protoc-podspecGravatar makdharma2016-07-13
| |\ \ \ | | | | | | | | | | Distribute ProtoC and the plugin as pods
* | | | | get timeouts working on run_tests.py againGravatar Craig Tiller2016-07-13
| | | | |
* | | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-12
|\| | | |