aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* 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
| | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
* 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
| | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* 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 compilers
| * 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
| | | | Include all 4 sync/async client/server combos
* 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
| | | | | smaller number of threads sending the RPCs. This increases the likelyhood of race-conditions on receiving threads.
* 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
| | | | Also make num_threads and num_rpcs as command-line flags
* 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
| | | | improve code reuse
* 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
| | | | 'TestService' in test.proto
* 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
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |