aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Create a --channel_creds_type flag for grpc_cli.Gravatar Nathan Herring2018-08-01
| | | | | | | | This replaces several mutually-exclusive flags for a single selector flag which defines the base channel type. It also allows child classes to selectively override the defaults and provide additional channel types (e.g., LOAS in the mono repo). Fixes issue #16060.
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
|
* Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-31
|\
| * Merge pull request #16066 from Capstan/cli-tlsGravatar Yang Gao2018-07-30
| |\ | | | | | | Introduce --ssl_target flag to grpc_cli.
* | \ Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\ \ \
* | | | Address core review commentsGravatar Sree Kuchibhotla2018-07-27
| | | |
| | * | Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| |/ / | | | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
| * | Merge pull request #16158 from apolcyn/revert_windows_breakageGravatar apolcyn2018-07-26
| |\ \ | | | | | | | | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
| | * | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | | | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
| * | | Wait a configurable amount of time for benchmark channels to become readyGravatar Alexander Polcyn2018-07-26
| |/ /
| * | Merge pull request #15797 from apolcyn/windows_compile_and_sortGravatar apolcyn2018-07-25
| |\ \ | | | | | | | | Enable c-ares address sorting on windows
| | * | Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
| | | |
* | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-25
|\| | |
| * | | Merge pull request #16076 from AspirinSJL/fix_rereGravatar Juanli Shen2018-07-25
| |\ \ \ | | | | | | | | | | Fix re-resolution in pick first
| | * | | Fix re-resolution in pick_firstGravatar Juanli Shen2018-07-24
| | |/ /
* | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-24
|\ \ \ \ | | |/ / | |/| |
* | | | Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
| | | |
| | * | Use test credentials provider for QPS benchmarking reporter clientGravatar Alexander Polcyn2018-07-24
| |/ /
| * | Merge pull request #16092 from apolcyn/customizable_qps_server_builderGravatar apolcyn2018-07-23
| |\ \ | | | | | | | | Provide a global way to customize QPS server builder options
* | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-23
|\| | |
| | * | Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
| | | |
| * | | Relax qps/eps error in load reporter testGravatar Juanli Shen2018-07-22
| |/ /
| | * More clang formatGravatar Nathan Herring2018-07-21
| | |
* | | Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
| | |
| * | reviewer feedbackGravatar ncteisen2018-07-20
| | |
| | * Fixup: Use a more exact logic for google default credentials.Gravatar Nathan Herring2018-07-20
| | |
| * | reviewer feedbackGravatar ncteisen2018-07-19
| | |
| * | Move ChannelzServicePlugin to public, experimentalGravatar ncteisen2018-07-19
| | |
| | * clang formatGravatar Nathan Herring2018-07-19
| | |
| | * clang tidyGravatar Nathan Herring2018-07-19
| | |
| | * GoogleDefaultCredentials use SSL under the covers; include that case.Gravatar Nathan Herring2018-07-19
| | |
| * | Remove blank lineGravatar ncteisen2018-07-19
| | |
| | * Add simple test for --ssl_target.Gravatar Nathan Herring2018-07-19
| | | | | | | | | | | | This cribs from test_credentials_provider.cc, but without using `grpc::ChannelArguments`, as the grpc CLI is responsible for setting that according to the flag.
| | * Introduce --ssl_target flag to grpc_cli.Gravatar Nathan Herring2018-07-19
| | | | | | | | | | | | | | | This allows the client to specify the host name of the remote server for the purposes of TLS certificate validation, useful for test certificates and machines with ephemeral IP addresses with no associated DNS entries that have been assigned TLS certificates.
| * | Adds C++ Channelz ServiceGravatar ncteisen2018-07-18
| |/
| * Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
| |
| * Merge pull request #16044 from ncteisen/interop-soak-testGravatar Noah Eisen2018-07-18
|/| | | | | Add Two New Soak Interop Tests
* | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ \ | | | | | | | | | channelz-get-top-channels
| | * Reviewer feedbackGravatar ncteisen2018-07-18
| | |
| | * Add two new soak interop testsGravatar ncteisen2018-07-17
| |/
* | Support for GetTopChannelsGravatar ncteisen2018-07-16
| |
| * Merge pull request #16024 from apolcyn/gcd_interopGravatar apolcyn2018-07-16
|/| | | | | Allow choosing google default credentials in the C++ interop clients
* | Add server load reporting serviceGravatar Juanli Shen2018-07-13
| |
| * Allow choosing google default credentials in the C++ interop clientsGravatar Alexander Polcyn2018-07-13
| |
* | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
| |
* | fix test comment and small code tweakGravatar David Garcia Quintas2018-07-10
| |
* | Simplified the test significantly. No more threadsGravatar David Garcia Quintas2018-07-10
| |
* | Clarify new test commentGravatar David Garcia Quintas2018-07-10
| |
* | Added TODOGravatar David Garcia Quintas2018-07-10
| |
* | Added testGravatar David Garcia Quintas2018-07-09
|/