aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.cc
Commit message (Collapse)AuthorAge
* 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
|\ \
* | | c++ client & server changes to bring code up to specGravatar David Garcia Quintas2016-06-16
| | |
| | * Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| |/
| * Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| |
| * Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| |
* | Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
| |
* | Fixed wrong spec and reworked streaming compressed caseGravatar David Garcia Quintas2016-06-08
|/
* removed unused vbleGravatar David Garcia Quintas2016-06-07
|
* fixed silly typoGravatar David Garcia Quintas2016-06-07
|
* disabled bogus checks for streaming compressedGravatar David Garcia Quintas2016-06-07
|
* removed RANDOM and simplified req for compressionGravatar David Garcia Quintas2016-06-07
|
* Merge pull request #6463 from dgquintas/fix_compression_interopGravatar Jan Tattermusch2016-05-18
|\ | | | | Fixed compression interop and re-enable for C++.
* | steaming -> streamingGravatar Vijay Pai2016-05-12
| |
* | fix clang formattingGravatar Sree Kuchibhotla2016-05-06
| |
| * Fixed compression interop and re-enable for C++.Gravatar David Garcia Quintas2016-05-05
| | | | | | | | | | Also added some defense in depth for compression algorithms in the receive path.
* | Remove redundant error checkGravatar Sree Kuchibhotla2016-05-05
| |
* | Interop client that is resilient to server restartsGravatar Sree Kuchibhotla2016-05-05
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Add custom_metadata test caseGravatar yang-g2016-02-19
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Adjust the log levels in interop tests and stress testsGravatar Sree Kuchibhotla2016-01-06
| |