aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
* do not use default server override for C++ interop clientGravatar Jan Tattermusch2018-12-20
|
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Fix clang-tidy issuesGravatar Vijay Pai2018-11-11
|
* Fix buildGravatar Yash Tibrewal2018-10-26
|
* Merge pull request #16873 from AspirinSJL/add_interopGravatar Juanli Shen2018-10-23
|\ | | | | Add interop test into bazel build
| * Add interop test into bazel buildGravatar Juanli Shen2018-10-22
| |
* | Revert "Add c++ google default creds to cloud to prod auth scenarios"Gravatar Jan Tattermusch2018-10-15
|/
* Add c++ google default creds to cloud to prod auth scenariosGravatar Alexander Polcyn2018-10-11
|
* Change the test name to long_lived_channelGravatar Adele Zhou2018-09-12
|
* Added long_connection test.Gravatar Adele Zhou2018-09-12
|
* run cloud-to-prod interop tests with google default credentialsGravatar Yihua Zhang2018-08-10
|
* 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
|
* Fix bug in RunServer()Gravatar Juanli Shen2018-05-08
|
* Provide a way to run C++ interop server with custom ServerBuilderOptionsGravatar Alexander Polcyn2018-05-03
|
* add alts to interop testsGravatar Yihua Zhang2018-04-20
|
* 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
|\
| * 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.