aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
* Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
|
* Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|
* Work around a compiler limitation caused by inability to properly handleGravatar vjpai2015-03-26
| | | | vectors created from initializer list
* Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ | | | | Various Windows fixes.
* \ sync to head and run clang-format againGravatar Yang Gao2015-03-19
|\ \
| | * Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
| * | Print out status when it is not ok in interop testsGravatar Yang Gao2015-03-17
| |/
* / clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* add a jwt test case for interop testGravatar Yang Gao2015-03-11
|
* Merge branch 'master' into jwtGravatar Yang Gao2015-03-11
|\
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| |\
* | | add jwt token creds test_caseGravatar Yang Gao2015-02-27
| |/ |/|
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
| |\ | |/ |/|
* | Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
| * Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | And reflects the C++ API in ServerBuilder.
| * Credentials prototypingGravatar Craig Tiller2015-02-23
|/ | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-02-21
| | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
* Merge pull request #669 from yang-g/commentsGravatar Michael Lumish2015-02-20
|\ | | | | clean up some internal path and names
* | Make interop server respond to sigintGravatar Craig Tiller2015-02-20
| | | | | | | | This will allow the test to shut down cleanly, and avoid failing.
| * clean up some internal path and namesGravatar Yang Gao2015-02-20
|/
* Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
| | | | I'm honestly a little shocked this wasn't done previously.
* Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
* \ Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| | |\ | | |/ | |/|
* | | Add proto copyrightsGravatar Craig Tiller2015-02-16
| | |
| * | The Python interoperability testing server.Gravatar Nathaniel Manista2015-02-15
|/ /
| * Compile fixesGravatar Craig Tiller2015-02-13
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
|/
* Few minor fixes.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason.
* formatGravatar Yang Gao2015-01-27
|
* make the flag name shorterGravatar Yang Gao2015-01-27
|
* add compute engine credentials supportGravatar Yang Gao2015-01-27
|
* resolve commentsGravatar Yang Gao2015-01-27
|
* Let each test case create its own channel.Gravatar Yang Gao2015-01-26
|
* add service_account support into interop clientGravatar Yang Gao2015-01-26
|
* sync messages.proto up to date.Gravatar Yang Gao2015-01-25
|
* Make interop server listen on 0.0.0.0.Gravatar Yang Gao2015-01-23
|
* kNumResponseMessages is an int, so i is doing signedness mismatch.Gravatar Nicolas "Pixel" Noble2015-01-22
|
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
| | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Make interop server buildable on opensource build.Gravatar yangg2015-01-12
| | | | | | | Change on 2015/01/12 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83783816
* Enable streaming test case for gRPC client in GCE.Gravatar chenw2015-01-09
| | | | | | | Change on 2015/01/08 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83549959
* Add Flags to override host and enable prod ssl root.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/22 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82679415
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
| | | | | | | | | The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921