Skip to content

e2e/NESTED test build in odd location #3941

@dtrudg

Description

@dtrudg

Version of Singularity

main / 4.3

Describe the bug

The e2e suite is building a SIF for the NESTED tests with an odd name, directly in /tmp

TestE2EPARNESTEDSingularity1972956412

Should use the e2e test directory, and be named appropriately.

This is a consequence of using the t.TempDir() function. This is generally seen as good practice in Go. However, in Singularity we try to keep all directly e2e test related files inside a subdir of TMPDIR. This give a nice distinction between files internal to the tests, and things created by the singularity invocations.

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