Skip to content

New Feature: Multi-threaded / Multi-process Tests while using Dashboard Mode #870

@mdmintz

Description

@mdmintz

New Feature: Multi-threaded / Multi-process Tests while using Dashboard Mode.

Currently, you can either run tests with multi-processing (eg. -n=4), or you can use Dashboard Mode (--dashboard) to display the Dashboard while running tests.

It's time to add the ability to combine the two options safely! (This requires a very precise implementation of thread-locking to make sure that different processes don't conflict with each other when writing to the Dashboard.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions