aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
Commit message (Collapse)AuthorAge
* Fix clang-tidy issuesGravatar Vijay Pai2018-11-11
|
* Change the test name to long_lived_channelGravatar Adele Zhou2018-09-12
|
* Added long_connection test.Gravatar Adele Zhou2018-09-12
|
* Reviewer feedbackGravatar ncteisen2018-07-18
|
* Add two new soak interop testsGravatar ncteisen2018-07-17
|
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
|
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| |
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|/
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * When seeing an error in interop test, also log the debug error string.Gravatar yang-g2017-12-19
| |
* | Fix C++ buildsGravatar Muxi Yan2017-09-26
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* modified caching testGravatar Makarand Dharmapurikar2017-04-11
| | | | | added logic to test that cached response is specific to request payload. Removed trailing '\0' from query parameter
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix interopGravatar Craig Tiller2017-01-10
|
* Fix clang formatGravatar Noah Eisen2016-10-28
|
* Use default Empty ctor instead of Empty::default_instanceGravatar Noah Eisen2016-10-28
|
* Add unimplemented_service test case for cpp interop clientGravatar Noah Eisen2016-10-27
|
* Changed name of rpc method to fit with the conventional naming. Also fixed ↵Gravatar Noah Eisen2016-10-19
| | | | type in interop client flag help message
* Merge pull request #7201 from markdroth/run_interop_tests_goGravatar Mark D. Roth2016-10-18
|\ | | | | Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go.
* | clang-formatGravatar Mark D. Roth2016-10-14
| |
* | manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
|\ \ | | | | | | | | | interop test
| * \ Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
| |\ \ | | | | | | | | Add interop test for Cacheable Unary Calls
| | * | yet another gcc 4.4 compile fix.Gravatar Makarand Dharmapurikar2016-09-30
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into run_interop_tests_goGravatar Mark D. Roth2016-09-30
| | | |\ | | |_|/ | |/| |
* | | | Fixed type in commentsGravatar Noah Eisen2016-09-29
| | | |
* | | | removed check for status error message. Investigating why node servers send ↵Gravatar Noah Eisen2016-09-29
| | | | | | | | | | | | | | | | messages back that are not empty
* | | | changed method name in test.proto to more accurately reflect how the calls ↵Gravatar Noah Eisen2016-09-28
| | | | | | | | | | | | | | | | will be used
| | * | changed timestamp clock from REALTIME to PRECISEGravatar Makarand Dharmapurikar2016-09-28
| | | | | | | | | | | | | | | | to increase robustness
* | | | added the unimplemented_call test to interop_client.cc. Next step is to call ↵Gravatar Noah Eisen2016-09-28
|/ / / | | | | | | | | | this from the driver program, run_interop_tests.py
| * | Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
| * | Add interop test for Cacheable Unary CallsGravatar Makarand Dharmapurikar2016-09-14
| | | | | | | | | | | | | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
| | * Merge remote-tracking branch 'upstream/master' into run_interop_tests_goGravatar Mark D. Roth2016-08-26
| | |\ | | |/ | |/|
* / | removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
|/ /
| * Use separate client context object for full duplex call.Gravatar Mark D. Roth2016-07-07
| |
| * Fix C++ status_code_and_message test to comply with the spec.Gravatar Mark D. Roth2016-07-07
| | | | | | | | Enable C++ test in run_interop_tests.py.
* | printf portability sucksGravatar David Garcia Quintas2016-06-27
| |
* | Fixed error messages for C++ interop client.Gravatar David Garcia Quintas2016-06-23
|/
* fixed bad merge. c++ tests should work againGravatar David Garcia Quintas2016-06-21
|
* Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
|\
| * clang-format changesGravatar Vijay Pai2016-06-17
| |
* | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
|\ \