aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_test.cc
Commit message (Collapse)AuthorAge
* 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
* Add multiple channels to each serverGravatar Sree Kuchibhotla2015-11-20
|
* Address code review commentsGravatar Sree Kuchibhotla2015-11-19
|
* Address code review commentsGravatar Sree Kuchibhotla2015-11-16
|
* Fix a small errorGravatar Sree Kuchibhotla2015-11-04
|
* Fix typo in my previous commit. %s/guage/gauge/gGravatar Sree Kuchibhotla2015-11-03
|
* Make number of stubs per channel configurable and expose metrics fromGravatar Sree Kuchibhotla2015-11-03
| | | | client
* Merge pull request #3962 from sreecha/skip_stress_testsGravatar Nicolas Noble2015-10-26
|\ | | | | Skip running stress_tests on jenkins by run_tests.py
* | Explicitly use grpc::string instead of std::string to be consistent with ↵Gravatar Sree Kuchibhotla2015-10-26
| | | | | | | | other test code
| * Skip running stress_tests on jenkins by run_tests.py (This will fix theGravatar Sree Kuchibhotla2015-10-26
|/ | | | issue addressed by commit: e6cd0e70a9c8, the right way)
* Removed 'using' conflicting with importGravatar David Garcia Quintas2015-10-23
|
* Return success if there are no test cases to runGravatar Sree Kuchibhotla2015-10-22
|
* Merge branch 'stress_tests_new' of github.com:sreecha/grpc into stress_tests_newGravatar Sree Kuchibhotla2015-10-19
|\
* | Interop stress testsGravatar Sree Kuchibhotla2015-10-19
/
* Interop stress testsGravatar Sree Kuchibhotla2015-10-16