aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/load_reporting_hook.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
|\
| * Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
| |
* | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
|/
* Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
|
* removed some bits from invalid LR designGravatar David Garcia Quintas2016-07-26
|
* Simplified LR filterGravatar David Garcia Quintas2016-07-13
|
* fixed leaks in testGravatar David Garcia Quintas2016-07-12
|
* discount grpc framing bytesGravatar David Garcia Quintas2016-07-11
|
* fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
|
* Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
- Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.