-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: CI, Dependencies
Use Case
As a... Node driver engineer
I want... to continue testing with latest snappy once possible
So that... CI passes and I can continue normal development
User Experience
- N/A
Dependencies
- Snappy v7.4 is broken, and it is used as an optional peer dependency. We should instrument our tests to use a working version while we wait on a fix.
Risks/Unknowns
- It's possible that snappy doesn't resolve the bug by the time we get through to the next release. Currently, customers will experience odd exit behaviour due to the broken peerdep. We should introduce a better UX if the bug is not fixed soon.
Acceptance Criteria
Implementation Requirements
- Unpin v7.3.3 of snappy in our CI
Testing Requirements
- N/A
Documentation Requirements
- N/A
Follow Up Requirements
- TBD