[Experiments] Update experiment expiry (#35630)

Closes #35630

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35630 from Vignesh2208:experiments-expiry 140aeb114c
PiperOrigin-RevId: 601239755
pull/35661/head
Vignesh Babu 10 months ago committed by Copybara-Service
parent c4ebfc0ed0
commit 607a88ca07
  1. 12
      src/core/lib/experiments/experiments.yaml

@ -41,7 +41,7 @@
description: description:
Avoid overriding call status of successfully finished calls if it races with Avoid overriding call status of successfully finished calls if it races with
cancellation. cancellation.
expiry: 2024/01/01 expiry: 2024/04/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: [] test_tags: []
- name: canary_client_privacy - name: canary_client_privacy
@ -123,7 +123,7 @@
If set, the max sizes of frames sent to lower layers is controlled based If set, the max sizes of frames sent to lower layers is controlled based
on the peer's memory pressure which is reflected in its max http2 frame on the peer's memory pressure which is reflected in its max http2 frame
size. size.
expiry: 2024/01/01 expiry: 2024/08/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["flow_control_test"] test_tags: ["flow_control_test"]
- name: pending_queue_cap - name: pending_queue_cap
@ -200,7 +200,7 @@
test_tags: [flow_control_test] test_tags: [flow_control_test]
- name: schedule_cancellation_over_write - name: schedule_cancellation_over_write
description: Allow cancellation op to be scheduled over a write description: Allow cancellation op to be scheduled over a write
expiry: 2024/01/01 expiry: 2024/04/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: [] test_tags: []
- name: server_privacy - name: server_privacy
@ -216,17 +216,17 @@
TCP would not indicate completion of a read operation until a specified TCP would not indicate completion of a read operation until a specified
number of bytes have been read over the socket. number of bytes have been read over the socket.
Buffers are also allocated according to estimated RPC sizes. Buffers are also allocated according to estimated RPC sizes.
expiry: 2024/01/01 expiry: 2024/08/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["endpoint_test", "flow_control_test"] test_tags: ["endpoint_test", "flow_control_test"]
- name: tcp_rcv_lowat - name: tcp_rcv_lowat
description: Use SO_RCVLOWAT to avoid wakeups on the read path. description: Use SO_RCVLOWAT to avoid wakeups on the read path.
expiry: 2024/01/01 expiry: 2024/08/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["endpoint_test", "flow_control_test"] test_tags: ["endpoint_test", "flow_control_test"]
- name: trace_record_callops - name: trace_record_callops
description: Enables tracing of call batch initiation and completion. description: Enables tracing of call batch initiation and completion.
expiry: 2024/01/01 expiry: 2024/04/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: [] test_tags: []
- name: unconstrained_max_quota_buffer_size - name: unconstrained_max_quota_buffer_size

Loading…
Cancel
Save