aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
...
| * Fix http2_interop test for c++ and pythonGravatar yang-g2017-04-20
| |
* | added missing dependencyGravatar Makarand Dharmapurikar2017-04-20
| |
* | reduced visibility of test utilGravatar Makarand Dharmapurikar2017-04-18
| |
* | BUILD file for interop client and serverGravatar Makarand Dharmapurikar2017-04-18
|/
* clang-format fixGravatar Makarand Dharmapurikar2017-04-13
|
* enable cacheable_unary testGravatar Makarand Dharmapurikar2017-04-11
|
* 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
* Add UpdateActions to the interop client helperGravatar Yuchen Zeng2017-04-04
|
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* refactor clientGravatar Eric Gribkoff2017-03-01
|
* Enable C++ negative http2 testGravatar Eric Gribkoff2017-03-01
|
* Connect to "localhost" from interop clients.Gravatar Paul Marks2017-02-07
| | | | | | | | This is for compatibility with IPv6-only environments; see the Google bug b/32531998. Note that InteropClient.cs and http2_client.cc don't appear to be tested by our internal branch, but I've included them for consistency.
* Fixed invalid handling of slice data in interop_serverGravatar David Garcia Quintas2017-02-02
|
* 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
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
|\
| * Simplify cpp stress flagsGravatar ncteisen2017-01-18
| |
* | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-12
|\|
| * Merge pull request #9139 from ericgribkoff/http2_clientGravatar Eric Gribkoff2017-01-11
| |\ | | | | | | | | | | | | Add HTTP/2 interop test client Known failures: https://github.com/grpc/grpc/issues/8629
| * | manual revert of #8901Gravatar yang-g2017-01-11
| | |
| | * Adds HTTP/2 interop test clientGravatar Eric Gribkoff2017-01-11
| |/
* | clang-formatGravatar Craig Tiller2017-01-10
| |
* | Fix interopGravatar Craig Tiller2017-01-10
|/
* Fix metrics serverGravatar Sree Kuchibhotla2016-12-16
|
* Interop test might take a little longer to start up (esp. w/tsan)Gravatar Craig Tiller2016-12-05
|
* Fix data race with atomic for interop c++Gravatar David Garcia Quintas2016-12-04
|
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
|
* !Gravatar yang-g2016-11-23
|
* Support custom credential type in interopGravatar yang-g2016-11-23
|
* Test credentials provider updateGravatar yang-g2016-11-22
|
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
|
* 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
|
* Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
|\ | | | | modify stress_test command line options
* \ 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