-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#10156) closes: #9772 ## Description To accomplish #9772, disable the stopgap eventual send support except when explicitly calling `makeReplayMembraneForTesting({..., __eventualSendForTesting: true })`. We do this surgically to allow the membrane tests to prevent regression concerning the stopgap eventual-send guest support, and provide coverage for when we implement proper, always-on eventual-send support. ### Security Considerations The replay membrane used by asyncFlow cannot be overridden, so the stopgap `E` option is not available to users of asyncFlow, only to tests that are explicitly using `makeReplayMembraneForTesting`. ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations n/a ### Upgrade Considerations None, provided the version of async flow before this PR has not yet been deployed.
- Loading branch information
Showing
2 changed files
with
144 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.