aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/load_reporting_hook.c
Commit message (Collapse)AuthorAge
* Merge pull request #10334 from wcevans/masterGravatar Yang Gao2017-04-04
|\ | | | | Calculate RPC deadline right before call creation
| * Calculate RPC deadline right before call creationGravatar Chris Evans2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity.
* | Reorganize ext treeGravatar Craig Tiller2017-03-31
|/ | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
* Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ | | | | Re-integrate metadata handling changes
* \ Merge pull request #9466 from rjshade/add_test_logGravatar Yang Gao2017-01-27
|\ \ | | | | | | Add "Running test:" string to test log output
| | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | |\ | |_|/ |/| |
| * | Add a 'Running test: ' string to test outputGravatar Robbie Shade2017-01-26
| | |
* | | Fix tests.Gravatar Mark D. Roth2017-01-25
|/ /
| * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\
| * Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|/|
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-11-07
| |\ | | | | | | | | | core-end2end-tests-cronet-update
| * | Clean with clang-formatGravatar Muxi Yan2016-10-31
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-10-30
| |\ \ | | | | | | | | | | | | core-end2end-tests-cronet-update
| * | | Use get_host_override_string function inlineGravatar Muxi Yan2016-10-30
| | | |
| * | | Convert validate_host_override_string into a function and rename into ↵Gravatar Muxi Yan2016-10-30
| | | | | | | | | | | | | | | | get_host_override_string
| | | * Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
| | |/
* | | clang-formatGravatar Craig Tiller2016-10-26
| | |
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
|\ \
| | * Clean format with clang-formatGravatar Muxi Yan2016-10-13
| | |
| * | Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
| | |
* | | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
|/ /
| * Update unit tests and fixtures with AUTHORITY_HEADER support optionGravatar Muxi Yan2016-09-20
|/
* 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.