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

test: ensure delay in recursive fs watch tests #51842

Closed
wants to merge 2 commits into from

Commits on Feb 23, 2024

  1. test: ensure delay in recursive fs watch tests

    The recursive fs watch tests that mutate the watched folder
    immediately after fs.watch() returns are all flaking in the
    CI while the others that mutate the folder with a bit of delay
    aren't flaking. So this patch adds a bit of delay for the rest
    of the tests to deflake them.
    joyeecheung committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    45c30fe View commit details
    Browse the repository at this point in the history
  2. fixup! test: ensure delay in recursive fs watch tests

    Co-authored-by: Antoine du Hamel <[email protected]>
    joyeecheung and aduh95 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    535729f View commit details
    Browse the repository at this point in the history