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

DM-41190: Fix resources test_walk failure on CI #71

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Commits on Oct 17, 2023

  1. Fix test_resource.py failure on CI

    Fixed an issue where test_walk in test_resource.py would intermittently
    fail with a "File not found" error when tests are running in parallel.
    This was occurring because a temporary file created in __pycache__ would
    be picked up while listing the directory.  The is_file() check was
    returning False because the file no longer existed, so we were
    incorrectly assuming it was a directory.
    dhirving committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1b8dd94 View commit details
    Browse the repository at this point in the history