aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ | | | | prep work for enabling caching
* \ Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
|\ \ | | | | | | Change cq_verifier to report file and line number for expectations.
* \ \ Merge pull request #7146 from rjshade/delete_timeout_enumGravatar kpayson642016-08-30
|\ \ \ | | | | | | | | Delete unused TIMEOUT enum in end2end tests
* \ \ \ Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
|\ \ \ \ | | | | | | | | | | Rename grpc_client_config to grpc_resolver_result.
| | | * | clang-formatGravatar Mark D. Roth2016-08-26
| | | | |
| | | * | Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into cq_verifier_file_lineGravatar Mark D. Roth2016-08-25
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * prep work for enabling cachingGravatar Makdharma2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter.
* | | | | Merge pull request #7616 from markdroth/cq_verifier_cleanupGravatar Nicolas Noble2016-08-24
|\ \ \ \ \ | | | | | | | | | | | | Clean up cq_verifier code and error messages.
| | | | * | Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
| | |_|/ / | |/| | |
| | * | | Fix broken test.Gravatar Mark D. Roth2016-08-23
| | | | |
| | | * | clang-format remove blank linesGravatar Robbie Shade2016-08-23
| | | | |
| | | * | Merge branch 'master' into delete_timeout_enumGravatar Robbie Shade2016-08-23
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #6732 from ctiller/consistent_client_countGravatar Craig Tiller2016-08-22
|\ \ \ \ \ | |_|/ / / |/| | | | Make client_channels be across all clients, not per-client
* | | | | Merge pull request #7741 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-08-18
|\ \ \ \ \ | | | | | | | | | | | | Manual upmerge from v1.0.x to master.
| | | * | | Eliminated pointer to end of expectation list.Gravatar Mark D. Roth2016-08-18
| | | | | |
* | | | | | Merge pull request #7735 from y-zeng/cli_main_forkGravatar kpayson642016-08-17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Improve gRPC CLI
| * | | | | Address review commentsGravatar Yuchen Zeng2016-08-16
| | | | | |
| * | | | | Fix wrongly included headerGravatar Yuchen Zeng2016-08-15
| | | | | |
| * | | | | Clang-formatGravatar Yuchen Zeng2016-08-15
| | | | | |
| * | | | | Address review commentsGravatar Yuchen Zeng2016-08-15
| | | | | |
| | * | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
| | |\ \ \ \
* | | \ \ \ \ Merge pull request #7640 from markdroth/handshaker_apiGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Change handshaker API to support passing leftover bytes read between handshakers.
| | | | | * | clang-formatGravatar Mark D. Roth2016-08-15
| | | | | | |
* | | | | | | Merge pull request #7648 from vjpai/qps_better_ptrGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use unique_ptr properly in QPS async tests
| | | * | | | | Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15
| | | | | | | |
* | | | | | | | Merge pull request #7706 from kpayson64/census_resource_testGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add optional resource parameters to census resource test
* \ \ \ \ \ \ \ \ Merge pull request #7652 from vjpai/qps_better_client_endingGravatar kpayson642016-08-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Better client-side ending for QPS tests
| | | | | | * \ \ \ Merge pull request #7702 from ↵Gravatar kpayson642016-08-15
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/distrib-interop-stress-ga-api Migrate distrib, interop, and stress to GA API
| | | | | * | \ \ \ \ Merge remote-tracking branch 'upstream/master' into cli_main_forkGravatar Yuchen Zeng2016-08-15
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Rewrite ProtoFileParserGravatar Yuchen Zeng2016-08-12
| | | | | | | | | | |
| | | | | | * | | | | update distribtest project to Google.Apis.Auth 0.15.0Gravatar Jan Tattermusch2016-08-12
| | | | | | | | | | |
| | * | | | | | | | | Clang formatGravatar Ken Payson2016-08-11
| | | | | | | | | | |
| | * | | | | | | | | Made strings constantGravatar Ken Payson2016-08-11
| | | | | | | | | | |
| | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Add optional resource parameters to census resource testGravatar Ken Payson2016-08-11
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | | * | | | Migrate distrib, interop, and stress to GA APIGravatar Nathaniel Manista2016-08-11
| | | | | |/ / / /
| * | | | | | | | Appease the const gods, improve readability, stop using 0 and 1 asGravatar Vijay Pai2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proxies for false and true.
* | | | | | | | | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implement C++ API for defining channel filters.
| | * | | | | | | | clang-formatGravatar Vijay Pai2016-08-05
| | | | | | | | | |
| | * | | | | | | | Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we are in termination mode
| | * | | | | | | | Dramatically reduce time required to complete sync test when runningGravatar Vijay Pai2016-08-05
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | with lots of threads (by parallelizing shutdown of course)
| | * | | | | | | Properly use unique_ptr rather than explicitlyGravatar Vijay Pai2016-08-05
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | deleting server context wrappers in QPS test
| | * | | | | | Updated tests.Gravatar Mark D. Roth2016-08-04
| | | | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into interop_server_splitGravatar Nicolas "Pixel" Noble2016-08-04
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #5803 from nicolasnoble/what-the-fuzzGravatar Nicolas Noble2016-08-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing json parsing issues detected by libfuzz.
| * | | | | | | | deflake grpclb_testGravatar David Garcia Quintas2016-08-02
| | | | | | | | |
| * | | | | | | | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Move timeout_encoding to core/lib/transport
| | | * \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzzGravatar Nicolas "Pixel" Noble2016-08-02
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | | | * | | | | | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-08-02
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |