aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-07 20:11:27 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-10 20:57:52 -0700
commit01c4d995d35958c64e65feb8193c5ce2e0845758 (patch)
tree0056af888ff66682166649dcb028b3c480b61dc4 /tools/run_tests/sources_and_headers.json
parentc28a6c1b3b4d68da7661997cd56d305b254a7d0b (diff)
Added new features to load reporting.
- 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.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json36
1 files changed, 2 insertions, 34 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 3ebb445b8a..978a4edaee 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -3625,23 +3625,6 @@
],
"headers": [],
"language": "c",
- "name": "h2_loadreporting_test",
- "src": [
- "test/core/end2end/fixtures/h2_loadreporting.c"
- ],
- "third_party": false,
- "type": "target"
- },
- {
- "deps": [
- "end2end_tests",
- "gpr",
- "gpr_test_util",
- "grpc",
- "grpc_test_util"
- ],
- "headers": [],
- "language": "c",
"name": "h2_oauth2_test",
"src": [
"test/core/end2end/fixtures/h2_oauth2.c"
@@ -3897,23 +3880,6 @@
],
"headers": [],
"language": "c",
- "name": "h2_loadreporting_nosec_test",
- "src": [
- "test/core/end2end/fixtures/h2_loadreporting.c"
- ],
- "third_party": false,
- "type": "target"
- },
- {
- "deps": [
- "end2end_nosec_tests",
- "gpr",
- "gpr_test_util",
- "grpc_test_util_unsecure",
- "grpc_unsecure"
- ],
- "headers": [],
- "language": "c",
"name": "h2_proxy_nosec_test",
"src": [
"test/core/end2end/fixtures/h2_proxy.c"
@@ -5395,6 +5361,7 @@
"test/core/end2end/tests/idempotent_request.c",
"test/core/end2end/tests/invoke_large_request.c",
"test/core/end2end/tests/large_metadata.c",
+ "test/core/end2end/tests/load_reporting_hook.c",
"test/core/end2end/tests/max_concurrent_streams.c",
"test/core/end2end/tests/max_message_length.c",
"test/core/end2end/tests/negative_deadline.c",
@@ -5455,6 +5422,7 @@
"test/core/end2end/tests/idempotent_request.c",
"test/core/end2end/tests/invoke_large_request.c",
"test/core/end2end/tests/large_metadata.c",
+ "test/core/end2end/tests/load_reporting_hook.c",
"test/core/end2end/tests/max_concurrent_streams.c",
"test/core/end2end/tests/max_message_length.c",
"test/core/end2end/tests/negative_deadline.c",