Skip to content

Commit 4e65d13

Browse files
ananda1066copybara-github
authored andcommitted
Remove privacy experiments and update expirations (grpc#38299)
<!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes grpc#38299 COPYBARA_INTEGRATE_REVIEW=grpc#38299 from ananda1066:remove_pc dbc199a PiperOrigin-RevId: 707207731
1 parent 3f001f7 commit 4e65d13

File tree

4 files changed

+2
-89
lines changed

4 files changed

+2
-89
lines changed

bazel/experiments.bzl

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/lib/experiments/experiments.cc

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/lib/experiments/experiments.h

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/lib/experiments/experiments.yaml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,11 @@
5050
expiry: 2025/02/01
5151
5252
test_tags: []
53-
- name: canary_client_privacy
54-
description:
55-
If set, canary client privacy
56-
expiry: 2025/01/01
57-
58-
test_tags: []
59-
allow_in_fuzzing_config: false
6053
- name: chaotic_good_legacy_protocol
6154
description: If set, use the first version of the chaotic-good protocol when that protocol is enabled.
6255
expiry: 2025/01/15
6356
6457
test_tags: [core_end2end_test]
65-
- name: client_privacy
66-
description:
67-
If set, client privacy
68-
expiry: 2025/01/01
69-
70-
test_tags: []
71-
allow_in_fuzzing_config: false
7258
- name: disable_buffer_hint_on_high_memory_pressure
7359
description:
7460
Disable buffer hint flag parsing in the transport under high memory pressure.
@@ -127,7 +113,7 @@
127113
Experiment to throttle pings to a period of 1 min when
128114
GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA limit has reached (instead of
129115
completely blocking).
130-
expiry: 2024/12/31
116+
expiry: 2024/01/30
131117
132118
test_tags: []
133119
- name: monitoring_experiment
@@ -194,13 +180,6 @@
194180
expiry: 2025/03/01
195181
196182
test_tags: []
197-
- name: server_privacy
198-
description:
199-
If set, server privacy
200-
expiry: 2025/01/01
201-
202-
test_tags: []
203-
allow_in_fuzzing_config: false
204183
- name: tcp_frame_size_tuning
205184
description:
206185
If set, enables TCP to use RPC size estimation made by higher layers.
@@ -222,7 +201,7 @@
222201
test_tags: []
223202
- name: trace_record_callops
224203
description: Enables tracing of call batch initiation and completion.
225-
expiry: 2025/01/01
204+
expiry: 2025/01/30
226205
227206
test_tags: []
228207
- name: unconstrained_max_quota_buffer_size

0 commit comments

Comments
 (0)