15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#5,445 forks (5,445 forks)batch import
area-System.IO.Portsdisabled-testhelp wantedtest-bug
Repository metrics
- Stars
- 17,886 stars (17,886 stars)
- PR merge metrics
- Avg merge 12d 11h (Avg merge 12d 11h)661 merged PRs in 30d (661 merged PRs in 30d)
Description
They don't play well with CI builds and take some time.
We need to:
- Pick some more generous thresholds for validation
- Try to make tests faster where possible
- Move the slowest tests to the outer loop
dotnet/runtime#20091
Contributor guide
- Research direction
- Examine the failing SerialPort timeout tests, adjust thresholds to be more generous, optimize test execution speed, and relocate the slowest tests to the outer test loop.
- Tech stack
- csharp
- Domain
- testing qa
- Issue type
- Test
- Prerequisites
- C#Git