[experiments] extend a bunch of experiments for a few months (#35230)

Closes #35230

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35230 from markdroth:experiments_extend ea733a4840
PiperOrigin-RevId: 588514902
pull/35238/head
Mark D. Roth 12 months ago committed by Copybara-Service
parent 8c378461c3
commit 626bf5351b
  1. 8
      src/core/lib/experiments/experiments.yaml

@ -53,7 +53,7 @@
allow_in_fuzzing_config: false
- name: client_idleness
description: If enabled, client channel idleness is enabled by default.
expiry: 2023/12/15
expiry: 2024/03/15
owner: roth@google.com
test_tags: []
- name: client_privacy
@ -152,7 +152,7 @@
- name: pick_first_happy_eyeballs
description:
Use Happy Eyeballs in pick_first.
expiry: 2024/01/15
expiry: 2024/03/15
owner: roth@google.com
test_tags: ["lb_unit_test", "cpp_lb_end2end_test", "xds_end2end_test"]
- name: promise_based_client_call
@ -207,7 +207,7 @@
description:
Change round_robin code to delegate to pick_first as per dualstack
backend design.
expiry: 2023/12/15
expiry: 2024/03/15
owner: roth@google.com
test_tags: ["lb_unit_test", "cpp_lb_end2end_test", "xds_end2end_test"]
- name: rstpit
@ -283,6 +283,6 @@
description:
Change WRR code to delegate to pick_first as per dualstack
backend design.
expiry: 2023/12/15
expiry: 2024/03/15
owner: roth@google.com
test_tags: ["lb_unit_test", "cpp_lb_end2end_test", "xds_end2end_test"]

Loading…
Cancel
Save