Skipped tests always show 0
- Dominant language
- Rust
- Stars
- 3
- Forks
- 17
- Avg merge
- 8d 10h
- Merged PRs (30d)
- 24
Description
From comment resolved as out-of-scope in previous PR: https://github.com/Azure/azihsm-sdk/pull/108#discussion_r2790521562. The test summary currently will always report the number of skipped tests as 0 due to a known issue in nextest: https://github.com/nextest-rs/nextest/issues/885. Way I see this currently, there are two possible fixes for this:
1. submit a fix for this in nextest's repo
2. develop a workaround in this repo (possibly by parsing stdout)
Second opinions on preferred fix or suggestions for alternate fixes would be appreciated.
Contributor guide
Research direction
Start by reviewing how this repository obtains and formats the test summary, then read the linked nextest issue and the prior PR discussion. Compare fixing nextest upstream with a repository-local workaround such as parsing stdout. Done means the summary reports the actual number of skipped tests and the relevant test coverage passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100