-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing
Use Case
As a... Node driver engineer
I want... to make sure we are prioritizing unskipping high value tests
So that... we maintain proper test coverage and are able to catch regressions
User Impact
- Fewer bugs making it through
Dependencies
- N/A
Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- Identify all test skips marked with TODO NODE-xxxx
- Add a "skipped-test" label to the corresponding ticket
- Mark the ticket with the correct priority based on the following criteria:
- P2 - Skipping this test is creating a significant gap in our coverage / puts us at significant risk of regressions (the functionality is not an edge case and there is no running test that's likely to catch a regression in this case)
- P3 - Skipping this test is undesirable but isn't likely to cause significant problems (there exist other tests that would likely catch a regression in this area OR it would be hard to break this functionality without breaking many other things that we do test OR the functionality is an edge case that rarely occurs "in the wild")
- P4 - This test covers an extremely unlikely edge case OR this test is of questionable value but would need further investigation to decide whether it should be reworked or removed entirely
Testing Requirements
- N/A
Documentation Requirements
- N/A
Follow Up Requirements
- N/A