aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/server_helper.h
Commit message (Collapse)AuthorAge
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
|
* Provide a way to run C++ interop server with custom ServerBuilderOptionsGravatar Alexander Polcyn2018-05-03
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Fix formatting - missed moving ‘*’ next to type.Gravatar Dan Wittmer2017-11-17
|
* Fix formatting of RunServer params.Gravatar Dan Wittmer2017-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
|
* 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.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix data race with atomic for interop c++Gravatar David Garcia Quintas2016-12-04
|
* Splitting interop_server.ccGravatar Nicolas "Pixel" Noble2016-07-18
|
* Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* wip for accept-encoding into testsGravatar David Garcia Quintas2015-07-23
|
* wipGravatar David Garcia Quintas2015-07-21
|
* Merge branch 'master' into compression-interopGravatar David Garcia Quintas2015-07-20
|\
* | wipGravatar David Garcia Quintas2015-07-20
| |
| * Added some methods to context inspector. Also minor tweak to server context ↵Gravatar David Garcia Quintas2015-07-15
|/ | | | IsCancelled() method
* clang-format'd.Gravatar David Garcia Quintas2015-07-15
|
* Introduced InteropContextInspector to be able to peek into server contexts ↵Gravatar David Garcia Quintas2015-07-13
| | | | during interop testing.
* Split interop client and server into componentsGravatar Yang Gao2015-04-09