Skip to content

integration tests parallelize on class level #15488

@nohwnd

Description

@nohwnd

// Enable IAP at class level with as many threads as possible based on CPU and core count.
[assembly: Parallelize(Workers = 0, Scope = ExecutionScope.ClassLevel)]

Interesting, wonder why that is, we offload the work to child processes, so it should work irregardless of method level parallelization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions