Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use act in fuzz tester to flush expired work #21108

Merged
merged 2 commits into from
Mar 26, 2021

Commits on Mar 26, 2021

  1. Add failing hard-coded fuzz test

    Caught in CI by the fuzz tester.
    
    Related to expired updates.
    acdlite committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    34e8ac3 View commit details
    Browse the repository at this point in the history
  2. 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.
    acdlite committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    23e563f View commit details
    Browse the repository at this point in the history