aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/shutdown_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
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* 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 shutdown_test.cc to use credential provider API to test againstGravatar Dan Zhang2017-01-31
| | | | different credential types.
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
|
* Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* 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-02
| | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option.
* 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
|
* fix shutdown_testGravatar yang-g2015-08-20
|
* Add a timeout to shutdown to forcefully end callsGravatar Craig Tiller2015-08-18