aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
Commit message (Expand)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Make sure that we actually saw some resource exhaustion if applicableGravatar Vijay Pai2018-08-15
* Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* Remove unused code from thread_stress_testGravatar Vijay Pai2017-11-01
* Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
* clang-formatGravatar Vijay Pai2016-11-04
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* clang-formatGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* clang-formatGravatar Craig Tiller2016-09-08
* Cleanup, debug supportGravatar Craig Tiller2016-09-07
* clang-format changesGravatar Vijay Pai2016-06-17
* Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
* Merge pull request #6041 from vjpai/i_know_virtual_destructorsGravatar Jan Tattermusch2016-03-31
|\
| * Add virtual destructor to satisfy a requirement of some compilersGravatar vjpai2016-03-31
* | Update copyrightsGravatar Craig Tiller2016-03-31
|/
* Used TYPED_TEST to parametrizeGravatar Vijay Pai2016-03-29
* clang-formatGravatar Vijay Pai2016-03-29
* Add a concurrent test for sync client, async server caseGravatar Vijay Pai2016-03-29
* Fix includesGravatar Craig Tiller2016-03-25
* Auto-changesGravatar Craig Tiller2016-03-25
* Fix sanityGravatar Craig Tiller2016-02-08
* Modify the test to have large number of threads receiving the RPCs and aGravatar Sree Kuchibhotla2016-02-08
* Give tsan a chanceGravatar Vijay Pai2016-02-04
* clang-formatGravatar Vijay Pai2016-02-03
* Remove the command-line flagsGravatar Vijay Pai2016-02-03
* Fix a typecast...Gravatar Vijay Pai2016-02-03
* Remove some std:: so that grpc:: will be used by default when availableGravatar Vijay Pai2016-02-03
* Generalize namespace for ParseCommandLineFlagsGravatar Vijay Pai2016-02-03
* Refactor to favor composition over inheritanceGravatar Vijay Pai2016-02-03
* 100->1000Gravatar vjpai2016-01-26
* Make async message match syncGravatar vjpai2016-01-26
* Make TearDown follow typical gtest fixture formatGravatar Vijay Pai2016-01-22
* 100->1000Gravatar Vijay Pai2016-01-22
* Merge async client thread stress test into main thread stress test so as toGravatar Vijay Pai2016-01-22
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Fix copyrights againGravatar murgatroid992016-01-14
* FormatCodeGravatar Sree Kuchibhotla2016-01-13
* Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13