Skip to content

Should srand be disabled by default in Test2::V#? (Was: The -no_rand option is undocumented) #933

@Corion

Description

@Corion

As Test2::V0 runs all tests with the same srand() value, there is tempfile contention as File::Temp expects a different srand() value for every test . This happens once 1000+ tempfiles have been created.

Only after source-diving, the -no_srand import option is found for Test2::V0 . Please document that option.

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