aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/client_crash_test.cc
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* 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
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* 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.
* Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
|
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* 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
|
* 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
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* 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
* Fix flaky testGravatar Craig Tiller2015-06-22
| | | | | | Assertation could be false if the server responds quickly enough (it's unlikely to). Removing the assert does not change the nature of the test.
* Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\
| * Update the Status APIGravatar Yang Gao2015-06-16
| |
* | Make test more robustGravatar Craig Tiller2015-05-29
|/
* Add crashing client testGravatar Craig Tiller2015-05-19