CycloneDX / CycloneDX/cyclonedx-dotnet
Tests fail when running parallel
Open
- Dominant language
- C#
- Stars
- 294
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
The GitHub runner kept timing out with functional tests that I added. Log didn't give useful information.
After adding `[assembly: CollectionBehavior(DisableTestParallelization = true)]`, the problem was solved. Since I stripped CycloneDX from most if not all static properties, I currently suspect the Serializer of the CycloneDX.Core library to be the culprit.
Requires further investigation, so that tests can set to run parallel again.
Contributor guide
Assessment
This issue has not been assessed yet.