Skip to content

ArgsResolver does not clean up temporary files #1720

Description

@ahoppen

ArgsResolver.init creates a temporary directory with a removeTreeOnDeinit: false, which means that it won’t delete the temporary directory. This isn’t a huge issue on macOS and Linux where the system will occasionally clean the temp directories but on Windows, Users\<username>\AppData\Local\Temp is not cleaned by the system and so these directories keep accumulating.

The driver should clean up all temporary files when it finishes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions