From da4fb493de06b22b65148cddeb7b1408c3600f10 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Fri, 18 Oct 2024 08:58:09 -0700 Subject: [PATCH] [pick_first_new] extend experiment expiration time (#37947) Closes #37947 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37947 from markdroth:experiment_expiration 42afcf0b15ebf61efbdf869d75a50fbe88322bdd PiperOrigin-RevId: 687321221 --- src/core/lib/experiments/experiments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/experiments/experiments.yaml b/src/core/lib/experiments/experiments.yaml index c4f4e8983fb..d46093ae848 100644 --- a/src/core/lib/experiments/experiments.yaml +++ b/src/core/lib/experiments/experiments.yaml @@ -114,7 +114,7 @@ test_tags: [flow_control_test] - name: pick_first_new description: New pick_first impl with memory reduction. - expiry: 2024/10/30 + expiry: 2025/03/01 owner: roth@google.com test_tags: ["lb_unit_test", "cpp_lb_end2end_test", "xds_end2end_test"] - name: promise_based_inproc_transport