[experiments] update experiments expiration (#33926)

pull/33917/head
Vignesh Babu 2 years ago committed by GitHub
parent 78eb191da5
commit 98104bbc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      src/core/lib/experiments/experiments.yaml

@ -39,12 +39,12 @@
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: 2023/08/01 expiry: 2024/01/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: 2023/08/01 expiry: 2024/01/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["endpoint_test", "flow_control_test"] test_tags: ["endpoint_test", "flow_control_test"]
- name: peer_state_based_framing - name: peer_state_based_framing
@ -52,7 +52,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: 2023/08/01 expiry: 2024/01/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["flow_control_test"] test_tags: ["flow_control_test"]
- name: memory_pressure_controller - name: memory_pressure_controller
@ -101,17 +101,17 @@
test_tags: [census_test] test_tags: [census_test]
- name: event_engine_listener - name: event_engine_listener
description: Use EventEngine listeners instead of iomgr's grpc_tcp_server description: Use EventEngine listeners instead of iomgr's grpc_tcp_server
expiry: 2023/10/01 expiry: 2024/01/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: ["core_end2end_test", "event_engine_listener_test"] test_tags: ["core_end2end_test", "event_engine_listener_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: 2023/10/01 expiry: 2024/01/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: [] test_tags: []
- 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: 2023/10/01 expiry: 2024/01/01
owner: vigneshbabu@google.com owner: vigneshbabu@google.com
test_tags: [] test_tags: []
- name: event_engine_dns - name: event_engine_dns

Loading…
Cancel
Save