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

gh-93353: regrtest checks for leaked temporary files #93776

Merged
merged 4 commits into from
Jun 14, 2022
Merged

gh-93353: regrtest checks for leaked temporary files #93776

merged 4 commits into from
Jun 14, 2022

Commits on Jun 13, 2022

  1. gh-93353: regrtest checks for leaked temporary files

    When running tests with -jN, create a temporary directory per process
    and mark a test as "environment changed" if a test leaks a temporary
    file or directory.
    vstinner committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a3603f0 View commit details
    Browse the repository at this point in the history
  2. Update comments

    vstinner committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d973307 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    1ff55a9 View commit details
    Browse the repository at this point in the history
  2. Update test_regrtest

    vstinner committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    916a00f View commit details
    Browse the repository at this point in the history