aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Restructure heirarchyGravatar ncteisen2018-07-24
|
* refactorGravatar ncteisen2018-07-20
|
* Full subchannel supportGravatar ncteisen2018-07-20
|
* Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-07-20
|\
* | Restructure everythingGravatar ncteisen2018-07-20
| |
| * reviewer feedbackGravatar ncteisen2018-07-20
| |
| * reviewer feedbackGravatar ncteisen2018-07-19
| |
| * Move ChannelzServicePlugin to public, experimentalGravatar ncteisen2018-07-19
| |
| * Remove blank lineGravatar ncteisen2018-07-19
| |
* | Add channelz subchannel supportGravatar ncteisen2018-07-19
| |
| * 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 interop-soak-testGravatar ncteisen2018-07-18
| |\
* | | Use intptr_ts for channel registry testGravatar ncteisen2018-07-18
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ \ \ | | |/ | |/| | | | channelz-get-top-channels
| * | Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
| |\ \ | | | | | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
| | | * Reviewer feedbackGravatar ncteisen2018-07-18
| | | |
* | | | reviewer feedbackGravatar ncteisen2018-07-17
| | | |
| | | * Add two new soak interop testsGravatar ncteisen2018-07-17
| | |/ | |/|
| | * reviewer feedbackGravatar ncteisen2018-07-17
| | |
| | * reviewer feedback:Gravatar ncteisen2018-07-17
| | |
| | * Un-pare simple_requestGravatar 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
* | | | Rewrite registry to know typeGravatar ncteisen2018-07-15
|/ / /
* | | Add server load reporting serviceGravatar Juanli Shen2018-07-13
| | |
| * | Allow choosing google default credentials in the C++ interop clientsGravatar Alexander Polcyn2018-07-13
| | |
| | * Fix sanity and buildGravatar ncteisen2018-07-13
| | |
* | | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
| | |
| | * Add copy and move ctor to InlinedVectorGravatar ncteisen2018-07-13
| | |
* | | Merge pull request #15947 from dgquintas/rr_ppicks_fixGravatar David G. Quintas2018-07-11
|\ \ \ | | | | | | | | Fixed ordering in adding pending picks to RR
| | | * Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
| | |/
* | / Rewrite channelz registry in terms of inlined vectorGravatar ncteisen2018-07-11
| |/ |/|
| * 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
|/
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
* \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ | | | | | | Support Per-Method Codegen Generic on Server Side
* \ \ Merge pull request #15902 from Torgen/gcp_environment_port_platformGravatar Vijay Pai2018-07-03
|\ \ \ | | | | | | | | Include port_platform in gcp_environment tests.
| | | * finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | | |
| | | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |_|/ |/| |
| | * Reviewer feedbackGravatar ncteisen2018-06-29
| | |
| | * s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
| | |
* | | Merge pull request #15901 from jiangtaoli2016/extra_copy_protectorGravatar Noah Eisen2018-06-28
|\ \ \ | | | | | | | | Allow extra copy in zero-copy protector integrity-only mode
| | | * Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | | |\ | |_|_|/ |/| | |
| * | | Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
| | | |
| | * | Include port_platform in gcp_environment tests.Gravatar Dan Rosart2018-06-27
| |/ / | | | | | | | | | | | | | | | | | | Both the Windows and Linux tests use platform-specific macros to determine whether they should execute, but they weren't including the file where those macros were defined, so they were always running the else case of that check, which meant they weren't testing anything.