aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into port_serverGravatar Craig Tiller2016-03-17
|\
* | Split port_posix.c into platform specifics and a portable interface to ↵Gravatar Craig Tiller2016-03-17
| | | | | | | | port_server.py
| * Merge pull request #5270 from dgquintas/codegen_libGravatar Nicolas Noble2016-03-16
| |\ | | | | | | Added codegen_lib
| * \ Merge pull request #5766 from yang-g/nuke_duplicate_targetGravatar Nicolas Noble2016-03-16
| |\ \ | | | | | | | | Remove end2end_certs library.
| | | * Moving core_codegen.cc to the proper filegroup.Gravatar Nicolas "Pixel" Noble2016-03-17
| | | |
| | | * Massaging that pull request.Gravatar Nicolas "Pixel" Noble2016-03-17
| | | |
| * | | Merge pull request #5635 from sreecha/stress_test_instructionsGravatar adelez2016-03-16
|/| | | | | | | | | | | Instructions to run stress tests on GKE
| * | | More additions / TyposGravatar Sree Kuchibhotla2016-03-16
| | | |
| * | | More formatting changesGravatar Sree Kuchibhotla2016-03-16
| | | |
| * | | Minor formatting tweaksGravatar Sree Kuchibhotla2016-03-16
| | | |
| * | | Address review commentsGravatar Sree Kuchibhotla2016-03-16
| | | |
* | | | Merge pull request #5474 from ctiller/esanGravatar Jan Tattermusch2016-03-16
|\ \ \ \ | | | | | | | | | | Execution context sanitizer
| | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Remove end2end_certs library.Gravatar yang-g2016-03-15
| |_|/ / |/| | |
* | | | Fix code coverage.Gravatar Adele Zhou2016-03-14
| | | |
* | | | Merge pull request #5731 from ctiller/huh_omgGravatar Jan Tattermusch2016-03-14
|\ \ \ \ | | | | | | | | | | Fix some race conditions
* \ \ \ \ Merge pull request #5453 from adelez/setup_full_interopGravatar Jan Tattermusch2016-03-14
|\ \ \ \ \ | | | | | | | | | | | | Add a script to run interop tests against all versions of prod servers.
* \ \ \ \ \ Merge pull request #5727 from nicolasnoble/upmergeGravatar Jan Tattermusch2016-03-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge from 0.13.1
| | * | | | | Add a script to run interop tests against all versions of prod servers.Gravatar Adele Zhou2016-03-14
| |/ / / / / |/| | | | |
| | * | | | Add contributed testGravatar Craig Tiller2016-03-11
| |/ / / / |/| | | |
* | | | | Merge pull request #5718 from ctiller/dns_retryGravatar Nicolas Noble2016-03-11
|\ \ \ \ \ | | | | | | | | | | | | Dns retry support
| | * | | | Merge branch 'release-0_13'Gravatar Nicolas "Pixel" Noble2016-03-12
| |/| | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer.json src/php/composer.json
* | | | | | Merge pull request #5381 from jtattermusch/core_portability_clangGravatar Jan Tattermusch2016-03-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add clang3.4 and 3.6 support to run_tests.py
| | | * | | | Disabling check_version.Gravatar Nicolas "Pixel" Noble2016-03-11
| |_|/ / / / |/| | | | |
| | * | | | Fit and finish for dns retry loopGravatar Craig Tiller2016-03-11
| | | | | |
| | * | | | Add failing testGravatar Craig Tiller2016-03-11
| |/ / / / |/| | | |
* | | | | Merge pull request #5448 from jtattermusch/fix_csharp_artifactsGravatar Nicolas Noble2016-03-10
|\ \ \ \ \ | | | | | | | | | | | | Fix C# artifacts compatibility
* \ \ \ \ \ Merge pull request #5690 from soltanmm/merpGravatar Masood Malekghassemi2016-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't set linetrace unless testing coverage
| | * | | | | fix C# artifacts compatibilityGravatar Jan Tattermusch2016-03-09
| | | | | | |
| | | * | | | add support for clang3.4 and 3.6Gravatar Jan Tattermusch2016-03-09
| | |/ / / /
| * / / / / Don't set linetrace unless testing coverageGravatar Masood Malekghassemi2016-03-09
| |/ / / /
* / / / / Fix other typo to match previous typo fixGravatar Masood Malekghassemi2016-03-09
|/ / / /
| | | * removed spurious grpc_library.ccGravatar David Garcia Quintas2016-03-09
| | | |
| | | * codegen_test build.yaml fixesGravatar David Garcia Quintas2016-03-08
| | | |
| | * | fix formatting of sublistsGravatar Sree Kuchibhotla2016-03-08
| | | |
| | | * moved some files aroundGravatar David Garcia Quintas2016-03-08
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-08
| | | |\ | |_|_|/ |/| | |
| | | * compiles!Gravatar David Garcia Quintas2016-03-08
| | | |
| | | * wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-07
| | | |\
| | * | | Stress test readmeGravatar Sree Kuchibhotla2016-03-07
| | | |/ | | |/|
* | / | custom test target for parallel test runningGravatar Jan Tattermusch2016-03-07
| |/ / |/| |
| | * WIP. Added codegen_testGravatar David Garcia Quintas2016-03-06
| | |
| | * added missing initializer for global proto_serializer holder to codegen libGravatar David Garcia Quintas2016-03-06
| | |
| | * Merge branch 'codegen_proto_utils_fix' into codegen_libGravatar David Garcia Quintas2016-03-06
| | |\
* | | | Simplify Node Windows tests slightlyGravatar Michael Lumish2016-03-04
| | | | | | | | | | | | | | | | | | | | Simplify command that removes OpenSSL headers and remove now-extraneous post-test script.
* | | | Merge pull request #5579 from murgatroid99/node_windows_testsGravatar Jan Tattermusch2016-03-04
|\ \ \ \ | | | | | | | | | | Properly delete Node OpenSSL headers after downloading them
| * | | | Ensure node and npm are in the path when running testsGravatar Michael Lumish2016-03-03
| | | | |
| * | | | Properly delete Node OpenSSL headers after downloading themGravatar Michael Lumish2016-03-03
| | | | |
* | | | | increase timeout for interop testsGravatar Jan Tattermusch2016-03-03
| | | | |