aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
* 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.
* Properly clean up stress test clientsGravatar yang-g2017-10-04
|
* 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
* 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
|