Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
act
in fuzz tester to flush expired work (#21108)
* Add failing hard-coded fuzz test Caught in CI by the fuzz tester. Related to expired updates. * Use `act` in fuzz tester to flush expired work Expired work gets scheduled in a microtask now, so we need to use `act` to flush it.
- Loading branch information