Skip to content

[bug] Randomize process output file ('path' module) #2

@kixxauth

Description

@kixxauth

Currently the Path.run() method uses a temporary output file to capture stdout and stderr from the process that it runs. This file should be given a randomized name to prevent collisions with other parallel calls to Path.run(). The random output file is deleted by Path.run() after use, but in case of failure it should reside in the host OS 'temp' directory anyway.

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