Skip to content

Commit

Permalink
[EventEngine] Enable EventEngine Listener experiment for Posix builds (
Browse files Browse the repository at this point in the history
…grpc#34851)

Previously disabled due to

* a problem in the core/end2end http_proxy_fixture (fixed in
grpc#34838)
* a race with the EventEngine in the bad_server_response test (fixed in
grpc#34816)
  • Loading branch information
drfloob authored Nov 1, 2023
1 parent a0ad04d commit 64207f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
10 changes: 6 additions & 4 deletions bazel/experiments.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/lib/experiments/experiments.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/core/lib/experiments/experiments.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/lib/experiments/rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
default:
# not tested on iOS at all
ios: broken
posix: false
posix: true
windows: true
- name: free_large_allocator
default: false
Expand Down

0 comments on commit 64207f8

Please sign in to comment.