aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* fixup! Rename channelz Channel to ChannelNodeGravatar ncteisen2018-06-08
|
* Add new end2end test for channelzGravatar ncteisen2018-06-07
|
* Review feedbackGravatar ncteisen2018-06-07
|
* reviewer feedback:Gravatar ncteisen2018-06-07
|
* clang fmtGravatar Noah Eisen2018-06-07
|
* Reviewer feedbackGravatar ncteisen2018-06-07
|
* Add sanity channelz test to simple_requestGravatar ncteisen2018-06-05
|
* Add basic support for GetChannelGravatar ncteisen2018-06-05
|
* Merge pull request #15280 from yashykt/statsremGravatar Yash Tibrewal2018-05-15
|\ | | | | Remove stats collection from opt builds
| * Cleanup stats removal for opt build. Stats will only be collected on debug ↵Gravatar Yash Tibrewal2018-05-14
| | | | | | | | builds or if GRPC_COLLECT_STATS is defined.
* | Fix bad_ping end2end test flakinessGravatar Yash Tibrewal2018-05-03
|/
* Fix retry code handling of internally triggered recv_trailing_metadata.Gravatar Mark D. Roth2018-04-12
|
* more commentsGravatar David Garcia Quintas2018-03-27
|
* added call_host_override testGravatar David Garcia Quintas2018-03-26
|
* localhost or 127.0.0.1Gravatar David Garcia Quintas2018-03-25
|
* fixed bad_ping test after mergeGravatar David Garcia Quintas2018-03-23
|
* Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-23
|\
* | Added host override info to test fixture configGravatar David Garcia Quintas2018-03-23
| |
* | PR commentsGravatar David Garcia Quintas2018-03-23
| |
| * Merge pull request #14787 from yang-g/tooo_many_pingsGravatar Yang Gao2018-03-23
| |\ | | | | | | Properly reset pings_before_data_required
* | | Fixed tests call hostGravatar David Garcia Quintas2018-03-22
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\ \ \
| | | * Properly reset pings_before_data_requiredGravatar yang-g2018-03-21
| | |/ | |/|
| | * Improve keepalive_timeout test to capture the bugGravatar Muxi Yan2018-03-21
| |/
| * Merge master into yashykt:execctxcleanupGravatar Yash Tibrewal2018-03-14
| |\
| * | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| | |
| | * Abstract libuv implementationGravatar kpayson642018-03-13
| |/ | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| * Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
| |
* | Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
|/
* Merge pull request #14560 from ↵Gravatar Jan Tattermusch2018-03-08
|\ | | | | | | | | jtattermusch/fix_windows_shutdown_shutdown_finishes_calls Workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake
* | Fix testGravatar yang-g2018-03-07
| |
* | Merge pull request #14459 from vjpai/2phase_thdGravatar Vijay Pai2018-03-02
|\ \ | | | | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
* | | Need to shrink stack frame size; add a todoGravatar Vijay Pai2018-03-01
| | |
| * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
| |\ \ | |/ / |/| |
| | * workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flakeGravatar Jan Tattermusch2018-03-01
| | |
* | | Retry support.Gravatar Mark D. Roth2018-02-28
| |/ |/|
| * C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| |
| * Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * regenerate metadataGravatar Muxi Yan2018-02-06
| |
| * Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
| |
| * Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| |
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|/
* Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_macGravatar apolcyn2018-01-25
|\ | | | | Ruby macos kokoro environment and package build updates
| * Fix linker error on objc mac tests by explicitly installing cocoapods ↵Gravatar Alexander Polcyn2018-01-24
| | | | | | | | v1.3.1, rather than picking up 1.4.1
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ \ | | | | | | | | | fix-stream-compression-config-interface
| * | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |/