Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 18, 2025
1 parent 57a18b6 commit 7215657
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions src/core/lib/experiments/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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"]
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"]
Expand All @@ -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]

0 comments on commit 7215657

Please sign in to comment.