aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
Commit message (Collapse)AuthorAge
* 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
| |
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Update C++ implGravatar Craig Tiller2015-07-13
| |
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/
* Fixup C++Gravatar Craig Tiller2015-07-06
|
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Various minor fixesGravatar Yang Gao2015-06-01
|
* Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
* Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06