aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #16766 from gfecher/masterGravatar Yang Gao2018-10-16
|\ | | | | grpc_cli json support
* \ Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ \ | | | | | | Align some build.yaml test names with bazel counterparts
* \ \ Merge pull request #16884 from ncteisen/statsGravatar Noah Eisen2018-10-15
|\ \ \ | | | | | | | | Only Print Stats if Collected
| | | * Reformatted code as per clang-formatGravatar Feso2018-10-16
| | | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-10-15
|\ \ \ \
| | * | | reviewer feedbackGravatar ncteisen2018-10-15
| | | | |
| | * | | Only print stats if coleectedGravatar ncteisen2018-10-15
| | | | |
| * | | | Revert "Add c++ google default creds to cloud to prod auth scenarios"Gravatar Jan Tattermusch2018-10-15
| |/ / /
* | | | reviewer feedbackGravatar ncteisen2018-10-14
| | | |
* | | | erge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-10-14
|\| | |
* | | | reviewer feedbackGravatar ncteisen2018-10-14
| | | |
| | | * Refactored based on code reviewGravatar Feso2018-10-13
| | | |
| * | | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
| |\ \ \ | | | | | | | | | | Benchmark test for unary callback based RPCs in gRPC
* | | | | Enable channelz by defaultGravatar ncteisen2018-10-12
|/ / / /
| | * / rename bazel stream_compress_test to stream_compression_testGravatar Jan Tattermusch2018-10-12
| |/ / |/| |
* | | Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_authGravatar apolcyn2018-10-11
|\ \ \ | | | | | | | | Add c++ google default creds to cloud to prod auth scenarios
* \ \ \ Merge pull request #16843 from hcaseyal/add_metadata_testsGravatar hcaseyal2018-10-11
|\ \ \ \ | | | | | | | | | | Add metadata streaming tests
* \ \ \ \ Merge pull request #16792 from ↵Gravatar yihuaz2018-10-11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-16791-revert-16695-pass_pollset_set_tsi_handshaker Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
| | * | | | Move check closer to relevant codeGravatar Hope Casey-Allen2018-10-11
| | | | | |
| | * | | | Add metadata streaming testsGravatar Hope Casey-Allen2018-10-11
| |/ / / / |/| | | |
| | * | | Add c++ google default creds to cloud to prod auth scenariosGravatar Alexander Polcyn2018-10-11
| | | | |
| | | * | Code sanitizationGravatar Moiz Haidry2018-10-10
| | | | |
| | | * | Addressed Vijay's code review commentsGravatar Moiz Haidry2018-10-10
| | | | |
* | | | | unify fallthrough comment in switch statementsGravatar Jan Tattermusch2018-10-10
| | | | |
* | | | | C++ Channelz GetServerSockets SupportGravatar ncteisen2018-10-09
| | | | |
* | | | | Merge pull request #16760 from ncteisen/channelz-server-socketsGravatar Noah Eisen2018-10-09
|\ \ \ \ \ | | | | | | | | | | | | Channelz Part 8: Get Server Sockets
* \ \ \ \ \ Merge pull request #16788 from ncteisen/channelz-registryGravatar Noah Eisen2018-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Compaction to Channelz Registry
| | | | | * | Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
| | | | |/ / | | | | | | | | | | | | | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
* | | | | | Merge pull request #16797 from guantaol/settings_timeout_testGravatar Guantao Liu2018-10-08
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix the test failure with callback-based polling.
| | * | | | Add pop_back testGravatar ncteisen2018-10-05
| | | | | |
* | | | | | Merge pull request #16764 from yashykt/keepaliv_statusGravatar Yash Tibrewal2018-10-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Keepalive watchdog firing should return status UNAVAILABLE
| | * | | | | Fix the test failure with callback-based polling.Gravatar Guantao Liu2018-10-05
| |/ / / / / |/| | | | |
| | * | | | reviewer feedbackGravatar ncteisen2018-10-05
| | | | | |
| | | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-10-05
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | channelz-server-sockets
* | | | | | Merge pull request #16767 from ncteisen/channel-trace-sizeGravatar Noah Eisen2018-10-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Limit Channel Trace by Memory
| * | | | | | remove stale commentSGravatar ncteisen2018-10-05
| | | | | | |
| | * | | | | Merge branch 'master' into keepaliv_statusGravatar Yash Tibrewal2018-10-05
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge pull request #16765 from ncteisen/channelz-perfGravatar Noah Eisen2018-10-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shard Channelz Stats by CPU
| | | | | | | * | Add changes in #16782Gravatar Yihua Zhang2018-10-05
| | | | | | | | |
| * | | | | | | | reviewer commentsGravatar ncteisen2018-10-05
| | | | | | | | |
| | | | | | | * | Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""Gravatar yihuaz2018-10-05
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Revert "Create and pass pollset_set to ALTS TSI handshaker"Gravatar Jan Tattermusch2018-10-05
| |_|_|/ / / / |/| | | | | |
| | | | | * | Fix two build breakagesGravatar ncteisen2018-10-04
| | | | | | |
| * | | | | | reviewer feedbackGravatar ncteisen2018-10-04
| | | | | | |
| | | | * | | Use the right newGravatar ncteisen2018-10-04
| | | | | | |
| | | | * | | Add testsGravatar ncteisen2018-10-04
| | | | | | |
| | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-registryGravatar ncteisen2018-10-04
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | * | | | | reviewer feedbackGravatar ncteisen2018-10-04
| | | | | | |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-sizeGravatar ncteisen2018-10-04
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | * | reviewer feedbackGravatar ncteisen2018-10-04
| | | | | | |