aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Update benchmark according to new encoding methodGravatar yang-g2017-10-16
|
* restore existing fixturesGravatar yang-g2017-10-16
|
* Make hpack micro bm more representativeGravatar yang-g2017-10-16
|
* Merge pull request #12924 from ↵Gravatar Jan Tattermusch2017-10-16
|\ | | | | | | | | jtattermusch/json_run_localhost_timeouts_sanitizers More reasonable timeouts for json_run_localhost (poll-cv and sanitizers)
* | explicitly recycle every port after every test runGravatar Alexander Polcyn2017-10-13
| |
* | Merge github.com:grpc/grpc into chttp2_timerGravatar Craig Tiller2017-10-12
|\ \
* | | clang-formatGravatar Craig Tiller2017-10-12
| | |
| * | Add flow control to inproc transport so send needs a matching recv; fixGravatar Vijay Pai2017-10-11
| | | | | | | | | | | | some tests that assumed some sends could always go out
* | | Merge github.com:grpc/grpc into chttp2_timerGravatar Craig Tiller2017-10-11
|\| |
* | | Fix compilationGravatar Craig Tiller2017-10-11
| | |
* | | Fix compilationGravatar Craig Tiller2017-10-11
| | |
| * | Merge pull request #12939 from vjpai/proxy_e2eGravatar Vijay Pai2017-10-10
|/| | | | | | | | Add a little sleep in end2end_test service to make short deadlines actually expire
| * | Merge branch 'proxy_inproc' into proxy_e2eGravatar Vijay Pai2017-10-10
| |\ \
| * | | Only put server to sleep when explicitly requestedGravatar Vijay Pai2017-10-10
| | | |
| | * | Run ProxyEnd2End tests (without proxy) for inproc transportGravatar Vijay Pai2017-10-10
| | | |
* | | | Merge github.com:grpc/grpc into qps_failyaGravatar Craig Tiller2017-10-10
|\ \ \ \ | | |/ / | |/| |
| | * | Make short deadlines actually expireGravatar Vijay Pai2017-10-10
| |/ /
| | * cap json_run_localhost to 10 mins under sanitizersGravatar Jan Tattermusch2017-10-10
| |/
* | Wait until all clients connected before starting streamsGravatar Craig Tiller2017-10-09
| |
* | Stability fixesGravatar Craig Tiller2017-10-09
| |
| * Make sure to accept expected tags exactly onceGravatar Vijay Pai2017-10-09
|/
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
|\
| * Merge pull request #12852 from vjpai/rentGravatar Vijay Pai2017-10-05
| |\ | | | | | | Reduce # of message sizes used in each async_end2end_test scenario
| * \ Merge pull request #12855 from vjpai/new_constGravatar Vijay Pai2017-10-05
| |\ \ | | | | | | | | Add some const
| | * | Add some const that is now allowedGravatar Vijay Pai2017-10-05
| | | |
| * | | Eliminate magic #s, follow APIGravatar Vijay Pai2017-10-05
| |/ /
| | * Reduce # of message sizes used in each scenarioGravatar Vijay Pai2017-10-05
| |/
| * Merge pull request #12828 from yang-g/delete_stress_clientsGravatar Yang Gao2017-10-05
| |\ | | | | | | Properly clean up stress test clients
* | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\| |
| * | reduce timeout for json_run_localhostGravatar Jan Tattermusch2017-10-05
| | |
| | * Properly clean up stress test clientsGravatar yang-g2017-10-04
| |/
* | Merge branch 'flowctlN' into flowctl+millisGravatar Craig Tiller2017-10-02
|\ \
| | * Fix windows buildGravatar Yuchen Zeng2017-09-29
| | |
| | * gRPC CLI batch modeGravatar Yuchen Zeng2017-09-29
| | |
* | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\ \ \ | | |/ | |/|
| * | Add a simple testGravatar yang-g2017-09-28
| | |
| * | Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittestsGravatar apolcyn2017-09-28
| |\ \ | | | | | | | | Add c-ares resolver tests against GCE DNS, redo of #12010
| | * | Add c-ares resolver tests against GCE DNS, using the unit test.Gravatar Alexander Polcyn2017-09-27
| | | |
| * | | Readd grpclb fallbackGravatar Juanli Shen2017-09-27
| |/ /
| * | Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
| |\ \ | | | | | | | | Drain readable fds in grpc_ares_ev_driver_posix
* | | | Fix sanityGravatar Craig Tiller2017-09-22
| | | |
* | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-22
|\ \ \ \
| | * | | Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
| |/ / /
| * | | Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sirGravatar Vijay Pai2017-09-21
| |\ \ \ | | | | | | | | | | Fix-forward: Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
* | | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-21
|\| | | |
* | | | | Fix some stalling in bm_fullstack_trickle, also switch to synthetic timeGravatar Craig Tiller2017-09-21
| | | | |
| * | | | Merge pull request #12627 from ↵Gravatar David G. Quintas2017-09-21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dgquintas/fix_grpclbend2end_flakiness_for_the_nth_time_already Backends must be up before some grpclb tests start.
* | | | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-21
|\| | | | |
| | | * | | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | |/ / / | |/| | | | | | | | | | | | | than only grpc_byte_buffer""
| * | | | Merge pull request #12623 from vjpai/one_sidedGravatar Vijay Pai2017-09-21
| |\ \ \ \ | | | | | | | | | | | | C++ QPS tests: Cancel outstanding streams when shutting down the async client