Skip to content

Commit bf41d8f

Browse files
Vignesh2208copybara-github
authored andcommitted
Extend expiration dates of some experiments.
PiperOrigin-RevId: 760762745
1 parent 34e0eb6 commit bf41d8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/core/lib/experiments/experiments.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
allow_in_fuzzing_config: false
120120
- name: event_engine_listener
121121
description: Use EventEngine listeners instead of iomgr's grpc_tcp_server
122-
expiry: 2025/05/01
122+
expiry: 2025/10/01
123123
124124
test_tags: ["core_end2end_test", "event_engine_listener_test"]
125125
uses_polling: true
@@ -140,7 +140,7 @@
140140
description:
141141
Avoid explicitly cancelling the keepalive timer. Instead adjust the callback to re-schedule
142142
itself to the next ping interval.
143-
expiry: 2025/06/01
143+
expiry: 2025/10/01
144144
145145
test_tags: []
146146
- name: local_connector_secure
@@ -229,7 +229,7 @@
229229
test_tags: []
230230
- name: schedule_cancellation_over_write
231231
description: Allow cancellation op to be scheduled over a write
232-
expiry: 2025/06/01
232+
expiry: 2025/10/01
233233
234234
test_tags: []
235235
- name: secure_endpoint_offload_large_reads
@@ -275,12 +275,12 @@
275275
TCP would not indicate completion of a read operation until a specified
276276
number of bytes have been read over the socket.
277277
Buffers are also allocated according to estimated RPC sizes.
278-
expiry: 2025/06/01
278+
expiry: 2025/10/01
279279
280280
test_tags: ["endpoint_test", "flow_control_test"]
281281
- name: tcp_rcv_lowat
282282
description: Use SO_RCVLOWAT to avoid wakeups on the read path.
283-
expiry: 2025/06/01
283+
expiry: 2025/10/01
284284
285285
test_tags: ["endpoint_test", "flow_control_test"]
286286
- name: tsi_frame_protector_without_locks

0 commit comments

Comments
 (0)