aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
|\
| * Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
| |\ | | | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
| | * Merge masterGravatar Yash Tibrewal2017-12-07
| | |\
| * | \ Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
| |\ \ \ | | | | | | | | | | Removed expiration_interval from LB proto
| * \ \ \ Merge pull request #13682 from dgquintas/send_rpc_status_returnGravatar David G. Quintas2017-12-07
| |\ \ \ \ | | | | | | | | | | | | Make it possible to ignore result of SendRPC() in test
| * \ \ \ \ Merge pull request #13677 from kpayson64/fix_benchmarkGravatar kpayson642017-12-07
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fix Async QPS Test
| | | * | | Make it possible to ignore result of SendRPC() in testGravatar David Garcia Quintas2017-12-07
| | |/ / / | |/| | |
| | * | | Fix Async QPS TestGravatar Ken Payson2017-12-07
| | | | |
| * | | | PR commentsGravatar David Garcia Quintas2017-12-06
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into removed_expiration_intervalGravatar David Garcia Quintas2017-12-06
| | | |\ \
| * | | | | Fixed ClientLbEnd2endTest.RoundRobinReresolve flakinessGravatar David Garcia Quintas2017-12-06
| | |_|/ / | |/| | |
| | | | * Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | |_|/ | |/| | | | | | | | | | removed""
| * | | Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| | | |
| * | | Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
| |\ \ \ | | | | | | | | | | All instances of exec_ctx being passed around in src/core removed
| * \ \ \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
| |\ \ \ \ | | | | | | | | | | | | Add thread naming support on platforms that support it.
| | | * \ \ Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update grpclb_test.ccGravatar Vijay Pai2017-12-05
| | | | | |
| * | | | | Merge pull request #13630 from dgquintas/fix_deadupdateGravatar David G. Quintas2017-12-05
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix UpdatesTest.UpdateBalancersDeadUpdate expectation
| | | * | | | Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
| | | | | | |
| * | | | | | Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| | |_|_|/ / | |/| | | |
| | | * | | clang-formatGravatar Vijay Pai2017-12-04
| | | | | |
| | | * | | Add thread nameGravatar Vijay Pai2017-12-04
| | | | | |
| * | | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
| |\ \ \ \ \ | | | | | | | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
| * \ \ \ \ \ Merge pull request #13579 from sreecha/rq-fixGravatar Sree Kuchibhotla2017-12-04
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Properly shutdown endpoints in h2_http_proxy
| * \ \ \ \ \ \ Merge pull request #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | udp_server async I/O
| | | | | | * | | Update ev_epollsig_linux_test.ccGravatar Vijay Pai2017-12-04
| | | | | | | | |
* | | | | | | | | Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition ↵Gravatar Sree Kuchibhotla2017-12-04
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | varialbes in linux support MONOTONIC clock type)
| | | | * / / / Fix UpdatesTest.UpdateBalancersDeadUpdate expectationGravatar David Garcia Quintas2017-12-04
| |_|_|/ / / / |/| | | | | |
| | * | | | | Merge branch 'master' into rq-fixGravatar Sree Kuchibhotla2017-12-04
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | fix connectivity test failureGravatar Sree Kuchibhotla2017-12-04
| | | | | | |
* | | | | | | Merge pull request #13576 from vjpai/qps_killerGravatar Vijay Pai2017-12-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Resolve various races in QPS sync client
| * | | | | | | Reintroduce lambdasGravatar Vijay Pai2017-12-04
| | | | | | | |
| * | | | | | | clang-formatGravatar Vijay Pai2017-12-04
| | | | | | | |
| * | | | | | | Make all-streams op about cleanup only and replace a lambda with a virtualGravatar Vijay Pai2017-12-04
| | | | | | | |
* | | | | | | | Merge pull request #13329 from dwittmer/dwittmer_runserverGravatar Yang Gao2017-12-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add support to RunServer for notifying clients via condition variable that the interop server has started.
| | | | | | | * \ Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #13401 from jtattermusch/windows_cmake_distrib_testsGravatar Jan Tattermusch2017-12-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add windows cmake distrib test
| | | * | | | | | | Remove some unneeded and spammy logsGravatar Vijay Pai2017-12-04
| | | | | | | | | |
| | | * | | | | | | Adjust stream cancellation point and fix races in sync clientGravatar Vijay Pai2017-12-04
| |_|/ / / / / / / |/| | | | | | | |
| | | | | | * | | Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #13051 from ctiller/bazel-pollersGravatar Craig Tiller2017-12-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Test multiple pollers with Bazel
| | | | | * | | | | Delete outdated commentsGravatar Sree Kuchibhotla2017-12-01
| | | | | | | | | |
| | | | | * | | | | Provide a cleaner API for proxy_connection_failed().Gravatar Mark D. Roth2017-12-01
| | | | | | | | | |
| | | | * | | | | | Merge branch 'master' into asyncioGravatar Dan Zhang2017-12-01
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | * | | | | No need to explicitly zero initialize since we are doing zalloc. Some misc ↵Gravatar Sree Kuchibhotla2017-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | formatting changes
* | | | | | | | | | Merge pull request #13442 from adelez/foundry_integrationGravatar adelez2017-12-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Create a pilot job to run bazel tests remotely
| | | | | | | * \ \ \ Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #13570 from jtattermusch/concurrent_connectivity_fail_earlyGravatar Jan Tattermusch2017-12-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | concurrent_connectivity_test: fail early if there is a problem shutting down the server
| | | | * | | | | | | | avoid picking up ProtoCGravatar Jan Tattermusch2017-12-01
| | | | | | | | | | | |
| | | | * | | | | | | | installing gflags not necessaryGravatar Jan Tattermusch2017-12-01
| | | | | | | | | | | |