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

Ignore NoSuchFileException in @TempDir cleanup #3667

Commits on Apr 9, 2024

  1. Ignore NoSuchFileException in TempDirectory Cleanup

    While walking the temp directory, the file walker may fail to visit a
    file that has been removed by another thread or process. In this case,
    JUnit should ignore the NoSuchFileException, because there's nothing to
    clean-up.
    gilday committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c371bf5 View commit details
    Browse the repository at this point in the history
  2. 📝 Update Release Notes

    Add NoSuchFileException suppression to release notes.
    gilday committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ed397b4 View commit details
    Browse the repository at this point in the history