Skip to content

Bug located in CI/CD #7214

@Devin-Crawford

Description

@Devin-Crawford

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

When multiple tests share the same temp directory name and are run in parallel, the temp directory may be deleted by one test prior to completion of another test. This causes unit tests to fail randomly.

Steps To Reproduce

This is very difficult to reproduce as it depends on the timing of multiple tests. PR #7212 is failing because of this issue.

The issue could probably be resolved by assigning a unique folder name to data for each test.

Which Operating System are you using?

Windows

Which Python version are you using?

3.10

Installed packages

All dependencies are installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions