aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Include typecasts so that int and size_t are not compared (since theirGravatar vjpai2015-02-18
| | | | signs don't match)
* Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\ | | | | Async client api change. Add a ClientAsyncResponseReader.
| * Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | similar to streaming and symmetric to server side.
* | 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
|\|
| * do not leak reader or writerGravatar Yang Gao2015-02-18
| |
| * Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-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
|/ /
| * Merge pull request #18 from yang-g/c++apiGravatar Craig Tiller2015-02-13
| |\ | | | | | | Add missing APIs and a first metadata test, and test passes
| | * Add missing APIs and a first metadata test, and test passesGravatar Yang Gao2015-02-13
| | |
| * | Compile fixesGravatar Craig Tiller2015-02-13
| |/
| * add a simple server streaming e2e test, which passesGravatar Yang Gao2015-02-13
| |
| * change ServerAsyncReader API and add a simple clientstreaming test, it passesGravatar Yang Gao2015-02-13
| |
| * add a bidi test and simplify the test a bit, test passesGravatar Yang Gao2015-02-13
| |
| * let the client/server use their own cq and pretty the testGravatar Yang Gao2015-02-12
| |
| * Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
| |
| * Fix end2end leaksGravatar Craig Tiller2015-02-12
| |
| * Make end2end_test use fewer threadsGravatar Craig Tiller2015-02-11
| | | | | | | | Helps finding interesting threads in gdb much easier
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\ | |/ |/| | | | | Conflicts: test/cpp/qps/server.cc
* | Change pointer formatGravatar Vijay Pai2015-02-10
| |
* | Allow varying number of server threads via command line flagGravatar Vijay Pai2015-02-10
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
| |
| * CleanupGravatar Craig Tiller2015-02-09
| |
| * Server progressGravatar 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.
* update commentsGravatar Yang Gao2015-02-05
|
* Use environment variable to set root certs in c++ interop test.Gravatar Yang Gao2015-02-05
|
* Merge pull request #324 from ctiller/benchGravatar Vijay Pai2015-02-01
|\ | | | | Add pprof support to qps client, server
| * Add pprof supportGravatar Craig Tiller2015-01-31
| | | | | | | | | | | | Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint.
* | 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
| |
* | fix commentsGravatar Yang Gao2015-01-26
| |
* | Let each test case create its own channel.Gravatar Yang Gao2015-01-26
| |
* | run clang-formatGravatar Yang Gao2015-01-26
| |
* | add service_account support into interop clientGravatar Yang Gao2015-01-26
| |
* | make CreateTestChannel support additional credentials besides sslGravatar Yang Gao2015-01-25
| |
* | 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.
* Fix returned statusGravatar Craig Tiller2015-01-16
| | | | | The client should return status deadline exceeded when the deadline is exceeded (not cancelled status)
* Merge pull request #32 from ctiller/qpsfixGravatar Yang Gao2015-01-14
|\ | | | | Remove unused private field