ARMmbed / ARMmbed/ci-test-shield
Speed Up Tests
Open
- Dominant language
- C++
- Stars
- 9
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Some tests take way too long to run, like PWM, some of those take ~10s
## Solution
Add `#error` like functionality so if part way through the test a fail is obvious then it exits and moves on.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the PWM tests and the existing test failure-handling path in the repository. Determine how an obvious failure can stop the current test early and let the remaining tests continue; done means slow tests exit promptly after a failure without changing their pass/fail results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100