aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
Commit message (Collapse)AuthorAge
* steaming -> streamingGravatar Vijay Pai2016-05-12
|
* fix clang formattingGravatar Sree Kuchibhotla2016-05-06
|
* Remove redundant error checkGravatar Sree Kuchibhotla2016-05-05
|
* Add remaining inteorp tests to stress clientGravatar Sree Kuchibhotla2016-05-05
|
* Interop client that is resilient to server restartsGravatar Sree Kuchibhotla2016-05-05
|
* Simplify QPS Metrics collectionGravatar Sree Kuchibhotla2016-04-22
|
* Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-04-04
|\
| * Merge pull request #6005 from sreecha/stress_exit_codesGravatar Jan Tattermusch2016-04-01
| |\ | | | | | | Terminate with error exit code in case of any failure
| | * Reduce log verbosity of stress_test client by default. Correct a typoGravatar Sree Kuchibhotla2016-03-31
| | |
| * | Update copyrightsGravatar Craig Tiller2016-03-31
| |/
* | Merge github.com:grpc/grpc into channel_max_reconnect_backoffGravatar Craig Tiller2016-03-30
|\|
| * Fix copyrightGravatar Craig Tiller2016-03-25
| |
| * Fix includesGravatar Craig Tiller2016-03-25
| |
| * Fix copyrightsGravatar Craig Tiller2016-03-25
| |
| * Auto-changesGravatar Craig Tiller2016-03-25
| |
| * clang-formatGravatar David Garcia Quintas2016-03-08
| |
* | Added a channel argument to set the maximum reconnect backoff duration. ↵Gravatar Aaron Isotton2016-03-08
| | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377.
* | Revert "Ensure that no #includes are inside of a namespace."Gravatar Craig Tiller2016-03-04
| |
* | sanityGravatar David Garcia Quintas2016-03-02
| |
| * clang-formatGravatar David Garcia Quintas2016-03-02
| |
| * copyrightsGravatar David Garcia Quintas2016-03-02
|/
* Revert "Update reconnect_interop_client.cc"Gravatar Craig Tiller2016-03-02
|
* Merge pull request #5539 from grpc/makdharma-commentGravatar Yang Gao2016-03-02
|\ | | | | Update reconnect_interop_server.cc
| * Update reconnect_interop_server.ccGravatar makdharma2016-03-02
| |
* | Update reconnect_interop_client.ccGravatar makdharma2016-03-02
|/
* Merge pull request #5402 from sreecha/stress_test_scriptsGravatar Jan Tattermusch2016-02-29
|\ | | | | Stress test scripts to launch in GKE
| * Fix copyrightGravatar Sree Kuchibhotla2016-02-29
| |
| * ExamplesGravatar Sree Kuchibhotla2016-02-23
| |
* | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\|
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| |
| * Added option to echo back user agent for testingGravatar Makarand Dharmapurikar2016-02-22
| |
| * copyright of courseGravatar yang-g2016-02-22
| |
| * Add custom_metadata test caseGravatar yang-g2016-02-19
|/
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Merge pull request #4631 from sreecha/stress_test_loggingGravatar Yang Gao2016-01-06
| |\ | | | | | | Add ability to control the verbosity of stress test logs
* | | Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\| |
| | * Adjust the log levels in interop tests and stress testsGravatar Sree Kuchibhotla2016-01-06
| | |
| | * Ability to filter log messages based on log levelGravatar Sree Kuchibhotla2016-01-06
| | |
| * | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |/
* / Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Removed compression checks from vanilla large unaryGravatar David Garcia Quintas2015-12-15
|
* Fix for when grpc::string is not the same type as FLAGS_...Gravatar Craig Tiller2015-12-03
|
* merge with headGravatar yang-g2015-11-24
|\
* \ merge with headGravatar yang-g2015-11-20
|\ \
| | * Add multiple channels to each serverGravatar Sree Kuchibhotla2015-11-20
| |/
| * Address code review commentsGravatar Sree Kuchibhotla2015-11-19
| |
| * Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-19
| |\
* | \ merge with headGravatar yang-g2015-11-18
|\ \ \ | | |/ | |/|
| * | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
| |\ \ | | | | | | | | Core transport & call cleanup