Move work_serializer_dispatch dependency to rollouts (#36013)

<!--

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 #36013

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36013 from yousukseung:work-serializer 8fdf679309
PiperOrigin-RevId: 610938472
pull/36017/head
Yousuk Seung 12 months ago committed by Copybara-Service
parent 0d69f8dc74
commit d4b5e8d11d
  1. 1
      src/core/lib/experiments/experiments.yaml
  2. 1
      src/core/lib/experiments/rollouts.yaml

@ -282,7 +282,6 @@
expiry: 2024/03/31
owner: ysseung@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "lb_unit_test"]
requires: ["event_engine_client"]
- name: wrr_delegate_to_pick_first
description:
Change WRR code to delegate to pick_first as per dualstack

@ -123,6 +123,7 @@
- name: work_serializer_clears_time_cache
default: true
- name: work_serializer_dispatch
requires: ["event_engine_client"]
default:
# TODO(ysseung): Not fully tested.
ios: broken

Loading…
Cancel
Save