aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_test.cc
Commit message (Expand)AuthorAge
* do not use default server override for C++ interop clientGravatar Jan Tattermusch2018-12-20
* Add two new soak interop testsGravatar ncteisen2018-07-17
* add alts to interop testsGravatar Yihua Zhang2018-04-20
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* Remove all extern CGravatar ncteisen2017-11-17
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Properly clean up stress test clientsGravatar yang-g2017-10-04
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Simplify cpp stress flagsGravatar ncteisen2017-01-18
* manual revert of #8901Gravatar yang-g2017-01-11
* Fix metrics serverGravatar Sree Kuchibhotla2016-12-16
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
* Support custom credential type in interopGravatar yang-g2016-11-23
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-format fixesGravatar Makarand Dharmapurikar2016-10-21
* modify stress_test command line optionsGravatar Makarand Dharmapurikar2016-10-20
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
* 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 pull request #6005 from sreecha/stress_exit_codesGravatar Jan Tattermusch2016-04-01
|\
| * Reduce log verbosity of stress_test client by default. Correct a typoGravatar Sree Kuchibhotla2016-03-31
* | Update copyrightsGravatar Craig Tiller2016-03-31
|/
* Auto-changesGravatar Craig Tiller2016-03-25
* Updated copyrightsGravatar murgatroid992016-01-12
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Ability to filter log messages based on log levelGravatar Sree Kuchibhotla2016-01-06
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/
* 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
* Merge pull request #3962 from sreecha/skip_stress_testsGravatar Nicolas Noble2015-10-26
|\
* | Explicitly use grpc::string instead of std::string to be consistent with othe...Gravatar Sree Kuchibhotla2015-10-26
| * Skip running stress_tests on jenkins by run_tests.py (This will fix theGravatar Sree Kuchibhotla2015-10-26
|/
* 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