aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
...
* | Merge pull request #8418 from markdroth/interop_flagsGravatar Mark D. Roth2016-10-21
|\ \ | | | | | | Allow specifying extra flags for C++ interop server.
| | * clang-format fixesGravatar Makarand Dharmapurikar2016-10-21
| | |
| | * modify stress_test command line optionsGravatar Makarand Dharmapurikar2016-10-20
| | | | | | | | | | | | Modify command line options to be consistent with interop_client.
* | | 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
| * Allow specifying extra flags for C++ interop server.Gravatar Mark D. Roth2016-10-18
|/
* 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
| |
* | changed whitespaceGravatar Noah Eisen2016-10-12
| |
* | reverting a file for the last commit caused a function to be deleted from ↵Gravatar Noah Eisen2016-10-12
| | | | | | | | interop_client. This commit adds that function back in
* | also reverted interop server, since mark had already made the changes I did ↵Gravatar Noah Eisen2016-10-12
| | | | | | | | in an un merged pull request
* | manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
|\ \ | | | | | | | | | interop test
| * | Fixed clang-format sanity errorGravatar David Garcia Quintas2016-10-12
| | |
| * | Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
| |\ \ | | | | | | | | Add interop test for Cacheable Unary Calls
* | | | added status request ability to the FullDuplexCall so that cpp server can ↵Gravatar Noah Eisen2016-10-07
| | | | | | | | | | | | | | | | pass the node client's status_code_and_message test
| | * | yet another gcc 4.4 compile fix.Gravatar Makarand Dharmapurikar2016-09-30
| | | |
| | * | fix for gcc 4.4 warningGravatar 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
| * | doc fixes and max-age set to 60Gravatar Makarand Dharmapurikar2016-09-28
| | |
| * | Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
* | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
|\ \ \
| | * | 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
* | | | Increase max send message size on server used in objc tests.Gravatar Mark D. Roth2016-09-06
| |/ / |/| |
| * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| |\ \ | |/ / |/| |
| | * Merge remote-tracking branch 'upstream/master' into run_interop_tests_goGravatar Mark D. Roth2016-08-26
| | |\ | |_|/ |/| |
* | | Fix exit conditionGravatar Vijay Pai2016-08-01
| | |
| * | removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| | |
| * | removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
| | |
* | | Splitting interop_server.ccGravatar Nicolas "Pixel" Noble2016-07-18
|/ /
| * 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.
* | Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-06-30
|\ \
* | | Fix cout error stringGravatar Sree Kuchibhotla2016-06-29
| | |
* | | Fix metrics client loggingGravatar Sree Kuchibhotla2016-06-27
| |/ |/|
| * printf portability sucksGravatar David Garcia Quintas2016-06-27
| |
| * Fixed error messages for C++ interop client.Gravatar David Garcia Quintas2016-06-23
|/
* fixed faulty server streaming c++ test caseGravatar David Garcia Quintas2016-06-21
|
* 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
|\
* | updated stress test with new tests casesGravatar David Garcia Quintas2016-06-17
| |
| * Merge branch 'master' into wheezyGravatar Vijay Pai2016-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
|\ \ \ | | |/ | |/|
| * | Merge pull request #6858 from makdharma/issue5851Gravatar Jan Tattermusch2016-06-16
| |\ \ | | | | | | | | implement interval_us functionality
* | | | 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
| | | |