aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* 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
| * Remove unused private fieldGravatar Craig Tiller2015-01-14
| |
* | Use C signal handling in C++ end2endGravatar Craig Tiller2015-01-14
|/
* Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
|\
| * Fix qps test.Gravatar Craig Tiller2015-01-13
| | | | | | | | This was failing to compile.
| * Merge github.com:google/grpc into testcppGravatar Craig Tiller2015-01-13
| |\
| | * Added new results to report resource usage and QPS, along with new proto ↵Gravatar vpai2015-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for this and also to turn the client into a server that can be controlled remotely (client part not implemented yet) Change on 2015/01/13 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83863541
* | | clang-format codebaseGravatar Craig Tiller2015-01-13
| |/ |/|
| * Initialize gtest correctlyGravatar Craig Tiller2015-01-12
| |
| * Make this file compileGravatar Craig Tiller2015-01-12
| |
| * Make this file compileGravatar Craig Tiller2015-01-12
| |
| * Make this file compileGravatar Craig Tiller2015-01-12
|/
* 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
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
| | | | | | | | to it. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83640373
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
| | | | | | | | failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736
* Add a test to export two TestService on the same server, only with differentGravatar yangg2015-01-09
| | | | | | | | | | package names. Make sure they work as intended. This is based on [] Change on 2015/01/08 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83558743
* 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 deadline API on server side.Gravatar yangg2015-01-06
| | | | | | | Change on 2015/01/06 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83351442
* 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
* Add SSL root for production GFE.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/19 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82554526
* Make override hostname an argument for testing against prod gfe.Gravatar yangg2014-12-29
| | | | | | | Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82544544
* 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
* Add a test where client side sees a deadline expired status.Gravatar yangg2014-12-19
| | | | | | | | The test is not completely right and I filed [] to track it. Change on 2014/12/18 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82442464
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
| | | | | | | Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82377896
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
| | | | | | | | it in subsequent cl's. Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82372934
* Prepare QPS tests for running in GCEGravatar vpai2014-12-17
| | | | | | | | | | | Edit build.json to include qps tests and credentials Perform required MOE edits for running qps tests in VM Minor changes to underlying source files to support issues like more restrictive warning flags in cloud. Change on 2014/12/17 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82349829
* Add slow client consumer test case for flow control test.Gravatar chenw2014-12-16
| | | | | | | | The client will sleep 500 milliseconds before read next message in reponse streaming. Change on 2014/12/16 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82265748
* Use '\0' instead of '0' in payload as java client actually checks that.Gravatar yangg2014-12-15
| | | | | | | Change on 2014/12/12 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82023559
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
| | | | | | | | | | -) Compiling the proto plugin using the HOSTCC compiler. -) Set up proper rules to invoke the plugin from protoc. -) Few various renaming hacks to fully get out of []. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82000361
* Make the default deadline gpr_inf_future to avoid mismatch betweenGravatar yangg2014-12-12
| | | | | | | | | | | | gpr_inf_future and time_point::max(). The redundant AbsoluteDeadline prefix is removed from the utility function names. Now the ClientContext holds a gpr_timespec instead of a time_point. A test will be added in the server side deadline support cl. Change on 2014/12/11 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81920769
* Fixes package prefixesGravatar temiola2014-12-12
| | | | | | | | | | | | | | | | | Fixes how module names for messages with package prefixes are rendered. - detected while prototyping with beefcake - fixed on the internal beefcake fork here [] This change replicates that fix for the official code generator. TODO: add a test; what's normal done to test features like this the proto codebase? Add another test.proto/golden file? Change on 2014/12/11 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81916292