aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Expand)AuthorAge
* Exclude cronet restricted ports from port server poolGravatar Muxi Yan2017-12-07
* Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
* Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\
* \ Merge pull request #13401 from jtattermusch/windows_cmake_distrib_testsGravatar Jan Tattermusch2017-12-04
|\ \
* \ \ Merge pull request #13442 from adelez/foundry_integrationGravatar adelez2017-12-01
|\ \ \
| | | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | |\ | |_|_|/ |/| | |
| | * | add distribtest targetGravatar Jan Tattermusch2017-12-01
| |/ / |/| |
* | | Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
|\ \ \
| | * | Rename port_hermetic to port_isolated_runtime_environmentGravatar Adele Zhou2017-11-30
| | * | Enabling hermetic testing for running tests on Foundry.Gravatar Adele Zhou2017-11-30
| |/ / |/| |
* | | Merge pull request #13538 from matt-kwong/kokoro-multi-vmGravatar Matt Kwong2017-11-30
|\ \ \
| | * | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| |/ / |/| |
* | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
|\ \ \
| | * | Add multi-vm performance tests to KokoroGravatar Matt Kwong2017-11-29
* | | | Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7Gravatar Nicolas Noble2017-11-29
|\ \ \ \
| | | | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-29
| | | | |\
| | * | | \ Merge remote-tracking branch 'upstream/master' into reference_countedGravatar Mark D. Roth2017-11-29
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Shorted "reference" to "ref".Gravatar Mark D. Roth2017-11-29
| | * | | | Fix check_sources_and_headers.Gravatar Mark D. Roth2017-11-29
* | | | | | Improve unsecure sanity testGravatar Vijay Pai2017-11-29
| |_|/ / / |/| | | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #13373 from ctiller/no-abslGravatar Craig Tiller2017-11-29
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #13525 from vjpai/desecureGravatar Vijay Pai2017-11-28
|\ \ \ \ \ \
| | | | * | | Code review changes.Gravatar Mark D. Roth2017-11-28
| | * | | | | Merge github.com:grpc/grpc into no-abslGravatar Craig Tiller2017-11-28
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove bash-isms from sanity testGravatar Vijay Pai2017-11-28
| * | | | | | Sanity check to make sure that known unsecure target doesn't require securityGravatar Vijay Pai2017-11-28
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #13491 from vjpai/destackGravatar Vijay Pai2017-11-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| | * | | | Merge github.com:grpc/grpc into no-abslGravatar Craig Tiller2017-11-28
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Add ReferenceCountedPtr class.Gravatar Mark D. Roth2017-11-28
| | | | * | Add ReferenceCounted base class.Gravatar Mark D. Roth2017-11-27
| |_|_|/ / |/| | | |
| | | | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-27
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Bump third_party/protobuf submodule to v3.5.0Gravatar Mehrdad Afshari2017-11-24
| * | | | Remove lockfree stack, againGravatar Vijay Pai2017-11-22
* | | | | Enable check for use-after-dtorGravatar yang-g2017-11-21
|/ / / /
| | | * Add test for handshake timeout.Gravatar Mark D. Roth2017-11-21
* | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
|\ \ \ \
| * \ \ \ Merge pull request #13060 from jwpowell055/masterGravatar Nicolas Noble2017-11-21
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | |_|/| | |/| | |
| | * | | Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.pyGravatar josh2017-11-17
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
| |\ \ \ \
| * | | | | Rename tracer_peer to tracer_utilGravatar ncteisen2017-11-17
| | * | | | Merge pull request #13335 from ncteisen/inline-closureGravatar Noah Eisen2017-11-16
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #13411 from adelez/fix_pythonGravatar adelez2017-11-16
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #13394 from murgatroid99/node_interop_test_invocation_fixGravatar Jan Tattermusch2017-11-16
| | |\ \ \ \ \ \
| | | | * | | | | Fix manual docker command output for Python.Gravatar Adele Zhou2017-11-15
* | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #13139 from AspirinSJL/stress_testGravatar Juanli Shen2017-11-14
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | * | | | | | Add tracer peer to keep set_enabled private()Gravatar ncteisen2017-11-14
| | |/ / / / / / | |/| | | | | |
| | | * | | | | Update Node interop test invocation to use new fixturesGravatar murgatroid992017-11-14
| | |/ / / / / | |/| | | | |