Skip to content

[Parallelizable] hangs after a few tests #2438

Closed
@AqlaSolutions

Description

@AqlaSolutions

This test runs 8 cases and then hangs (but still using my cpu). I'm using the latest R# with the latest nunit console runner available at this time.

[TestFixture]
public class NunitParallelizationTest
{
    [Parallelizable(ParallelScope.All)]
    [Test]
    public void Test([Range(1, 10)] int x)
    {

    }
}

Stack trace: https://www.screencast.com/t/k2hZPk95QBN

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions