Skip to content

Make recording package concurrency safe #18763

@chlowell

Description

@chlowell

Live tests would run significantly faster if they executed test cases in parallel. That isn't possible today because our recording infrastructure isn't concurrency safe. Making it so would require at least synchronizing testSuite access (both reads and writes):

var testSuite = map[string]recordedTest{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    MQThis issue is part of a "milestone of quality" initiative.test-enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions