aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #14691 from jtattermusch/kokoro_packages_distribtestGravatar Jan Tattermusch2018-03-14
|\ | | | | Add kokoro build_packages and distribtests jobs.
* \ Merge pull request #14661 from murgatroid99/node_pure_js_interop_clientGravatar Michael Lumish2018-03-13
|\ \ | | | | | | Add Node pure JS interop client
| | * make package builds work on kokoroGravatar Jan Tattermusch2018-03-13
| | |
* | | Abstract libuv implementationGravatar kpayson642018-03-13
| |/ |/| | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| * Fix python script styleGravatar murgatroid992018-03-12
| |
| * Fix syntax errorGravatar murgatroid992018-03-12
| |
| * Node pure JS interop: add missing install line, skip more testsGravatar murgatroid992018-03-12
| |
| * Use different docker image for Node pure JS interop testsGravatar murgatroid992018-03-12
| |
| * Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures ↵Gravatar murgatroid992018-03-09
| | | | | | | | for Node
| * Add Node pure JS interop clientGravatar murgatroid992018-03-09
| |
* | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|/
* Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeoutGravatar kpayson642018-03-08
|\ | | | | Increase mac Python artifact build timeout
* | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| |
* | Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
|\ \ | | | | | | Update third_party/boringssl to the latest chromium-stable
* | | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| | |
| | * Increase mac Python artifact build timeoutGravatar kpayson642018-03-07
| | |
| * | regenerate projectsGravatar Jan Tattermusch2018-03-07
| | |
| * | update third_party/boringssl to the latest chromium-stableGravatar Jan Tattermusch2018-03-07
|/ /
* | Merge pull request #14120 from jakobr-google/dartGravatar Jan Tattermusch2018-03-07
|\ \ | | | | | | Add Dart support in interop test suite
* | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | |
| * | yapf format codeGravatar Jan Tattermusch2018-03-06
| | |
| * | WIP: Add Dart support in interopGravatar Jakob Roland Andersen2018-03-06
|/ /
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\ \
| * \ Merge pull request #10684 from markdroth/retryGravatar Mark D. Roth2018-03-01
| |\ \ | | | | | | | | Retry support
| * | | Introduce a 'weak' and mutable version of slice hash tableGravatar David Garcia Quintas2018-02-28
| | | |
| | * | Retry support.Gravatar Mark D. Roth2018-02-28
| |/ /
| * | Merge pull request #14450 from markdroth/c++_service_configGravatar Mark D. Roth2018-02-27
| |\ \ | | | | | | | | Convert slice hash table and service config code to C++
| * \ \ Merge branch 'v1.10.x' into masterGravatar Mehrdad Afshari2018-02-26
| |\ \ \
| | * | | Delete garbage from Python source packagesGravatar Mehrdad Afshari2018-02-26
| | | | |
| | | * | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| | | | |
| * | | | Use higher timeout for objc testsGravatar Muxi Yan2018-02-26
| | |/ / | |/| |
* | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| | |
| * | | Merge pull request #14518 from grpc/v1.10.xGravatar Matt Kwong2018-02-23
| |\| | | | | | | | | | Include Boringssl fips_fragments files in headers for building (upmerge from v1.10.x)
| | * | Include Boringssl fips_fragments files in headers for buildingGravatar Matt Kwong2018-02-23
| | | |
| * | | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| | |/ | |/|
| * | Merge pull request #14504 from grpc/v1.10.xGravatar Mehrdad Afshari2018-02-23
| |\| | | | | | | Fix dockerized Linux artifact builds on master (upmerge from 1.10.x)
| | * Fix submodule handling in dockerized testsGravatar Mehrdad Afshari2018-02-22
| | |
| | * Fix Linux artifact buildsGravatar Mehrdad Afshari2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change `git submodule` copying mechanism from the host to the docker container to use `git clone` instead of `git submodule update --init --reference`, which reaches out to the network and fails on older docker containers with deprecated openssl versions that do not support modern TLS versions required by GitHub, e.g. manylinux1. This fixes artifact builds for protoc and Python on Linux.
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-22
|\| |
| * | Check sanity of src directoryGravatar Muxi Yan2018-02-21
| |/
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\|
| * Merge pull request #14437 from yihuazhang/security_connector_replacementGravatar Mark D. Roth2018-02-21
| |\ | | | | | | Security connector replacement
| | * place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
| | |
| * | Convert LB policy API to C++.Gravatar Mark D. Roth2018-02-20
| |/
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| |
* | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Merge pull request #14444 from dgquintas/kill_grpclb_testGravatar David G. Quintas2018-02-15
|\ | | | | Removed outdated grpclb_test
* \ Merge pull request #14210 from muxi/move-cpp-headersGravatar Muxi Yan2018-02-15
|\ \ | | | | | | gRPC C++ Public Header Directory Change
| | * Removed outdated grpclb_testGravatar David Garcia Quintas2018-02-15
| |/ |/|
| * Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
| |