aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\
| | * Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| | |
* | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ |/|
| * Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
| * When seeing an error in interop test, also log the debug error string.Gravatar yang-g2017-12-19
| |
* | More message compression level clean-upGravatar Muxi Yan2017-12-11
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\| | | | | | | fix-stream-compression-config-interface
* | Merge commit 'b0bad8f' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \
* \ \ Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* | | | clang-formatGravatar Muxi Yan2017-12-06
| | | |
| | | * Merge pull request #13329 from dwittmer/dwittmer_runserverGravatar Yang Gao2017-12-04
| | | |\ | | | | | | | | | | Add support to RunServer for notifying clients via condition variable that the interop server has started.
| | | | * Fix formatting - missed moving ‘*’ next to type.Gravatar Dan Wittmer2017-11-17
| | | | |
| | | | * Fix formatting of RunServer params.Gravatar Dan Wittmer2017-11-17
| | | | |
| | | * | Remove all extern CGravatar ncteisen2017-11-17
| | |/ /
| | | * Add ServerStartedCondition to hold the mutex, condition variable and ↵Gravatar Dan Wittmer2017-11-16
| | | | | | | | | | | | | | | | condition. Changes allow callers to correctly handle spurious wakeups.
| | | * s//usedGravatar Dan Wittmer2017-11-16
| | | |
| | * | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |/ /
| | * Change adds a version of grpc::testing::interop::RunServer that allows ↵Gravatar Dan Wittmer2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | clients to pass in optional condition_variable which will be notified when the server has started and port to use, avoiding the need for callers to work with command line options. Above is used to support clients running the server in a separate thread in the same process as the tests are run to support local only tests. Existing grpc::testing::interop::RunServer calls into new version passing in FLAGS_port and null condition variable.
| * | Merge masterGravatar Yash Tibrewal2017-11-06
| |\ \
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |/
| * / Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| |/
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-10-06
|\| | | | | | | fix-stream-compression-config-interface
| * Properly clean up stress test clientsGravatar yang-g2017-10-04
| |
* | Fix C++ buildsGravatar Muxi Yan2017-09-26
|/
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Restore interop_client_mainGravatar Ken Payson2017-07-13
| | | | This target is used internally.
* Fixing merge failures on test/cpp/interop.Gravatar Nicolas "Pixel" Noble2017-07-13
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Merge remote-tracking branch 'ctiller/build-wtf' into importGravatar Nicolas "Pixel" Noble2017-05-26
|\ \
* | | Adding interop stress test.Gravatar Nicolas "Pixel" Noble2017-05-25
| | |
* | | Adding reconnect interop client and server.Gravatar Nicolas "Pixel" Noble2017-05-25
| | |
* | | Realized that the interop BUILD file still uses cc_library and stuff.Gravatar Nicolas "Pixel" Noble2017-05-25
| | |
* | | Fixing indentation + fixing interop_client.Gravatar Nicolas "Pixel" Noble2017-05-24
| | |
| * | More import fixesGravatar Craig Tiller2017-05-19
| | |
* | | Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
| |/ |/|
| * Rework well_known_protos attr, and some other fixesGravatar Craig Tiller2017-05-16
|/
* Merge pull request #10775 from yang-g/http2_clientGravatar Yang Gao2017-04-21
|\ | | | | Fix http2_interop test for c++ and python
| * 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