Skip to content

Revisit the naming convention of the stage directories of retries #536

@vkarak

Description

@vkarak

After some real situations of production runs, I think that the current naming convention is confusing and unnatural:

/path/to/stage/sys/part/env/testname
/path/to/stage_1/sys/part/env/testname
/path/to/stage_2/sys/part/env/testname

This convention also increases the i-node count without a reason. I suggest changing to the following, which more natural and more intuitive:

/path/to/stage/sys/part/env/testname_0
/path/to/stage/sys/part/env/testname_1
/path/to/stage/sys/part/env/testname_2

We can agree on the suffix, but any change other in the last component of the path will be confusing.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions