-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,8 +56,7 @@ | |
owner: [email protected] | ||
test_tags: [core_end2end_test] | ||
- name: disable_buffer_hint_on_high_memory_pressure | ||
description: | ||
Disable buffer hint flag parsing in the transport under high memory pressure. | ||
description: Disable buffer hint flag parsing in the transport under high memory pressure. | ||
expiry: 2025/03/01 | ||
owner: [email protected] | ||
test_tags: [] | ||
|
@@ -74,16 +73,15 @@ | |
uses_polling: true | ||
allow_in_fuzzing_config: false | ||
- name: event_engine_dns | ||
description: | ||
If set, use EventEngine DNSResolver for client channel resolution | ||
description: If set, use EventEngine DNSResolver for client channel resolution | ||
expiry: 2025/03/01 | ||
owner: [email protected] | ||
test_tags: ["cancel_ares_query_test", "resolver_component_tests_runner_invoker"] | ||
test_tags: | ||
["cancel_ares_query_test", "resolver_component_tests_runner_invoker"] | ||
allow_in_fuzzing_config: false | ||
uses_polling: true | ||
- name: event_engine_dns_non_client_channel | ||
description: | ||
If set, use EventEngine DNSResolver in other places besides client channel. | ||
description: If set, use EventEngine DNSResolver in other places besides client channel. | ||
expiry: 2025/03/01 | ||
owner: [email protected] | ||
test_tags: ["core_end2end_test"] | ||
|
@@ -114,8 +112,7 @@ | |
owner: [email protected] | ||
test_tags: ["core_end2end_test"] | ||
- name: max_pings_wo_data_throttle | ||
description: | ||
Experiment to throttle pings to a period of 1 min when | ||
description: Experiment to throttle pings to a period of 1 min when | ||
GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA limit has reached (instead of | ||
completely blocking). | ||
expiry: 2025/01/30 | ||
|
@@ -127,9 +124,8 @@ | |
owner: [email protected] | ||
test_tags: [] | ||
- name: multiping | ||
description: | ||
Allow more than one ping to be in flight at a time by default. | ||
expiry: 2025/03/03 | ||
description: Allow more than one ping to be in flight at a time by default. | ||
expiry: 2025/09/03 | ||
owner: [email protected] | ||
test_tags: [flow_control_test] | ||
- name: pick_first_new | ||
|
@@ -169,9 +165,8 @@ | |
test_tags: [] | ||
allow_in_fuzzing_config: true | ||
- name: promise_based_inproc_transport | ||
description: | ||
Use promises for the in-process transport. | ||
expiry: 2025/03/03 | ||
description: Use promises for the in-process transport. | ||
expiry: 2025/09/03 | ||
owner: [email protected] | ||
test_tags: [] | ||
allow_in_fuzzing_config: false # experiment currently crashes if enabled | ||
|
@@ -193,8 +188,7 @@ | |
owner: [email protected] | ||
test_tags: [] | ||
- name: server_listener | ||
description: | ||
If set, the new server listener classes are used. | ||
description: If set, the new server listener classes are used. | ||
expiry: 2025/03/31 | ||
owner: [email protected] | ||
test_tags: ["xds_end2end_test", "core_end2end_test"] | ||
|
@@ -219,6 +213,6 @@ | |
test_tags: [] | ||
- name: unconstrained_max_quota_buffer_size | ||
description: Discard the cap on the max free pool size for one memory allocator | ||
expiry: 2025/03/03 | ||
expiry: 2025/09/03 | ||
owner: [email protected] | ||
test_tags: [resource_quota_test] |