-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Spec Test Coverage, Testing
Use Case
As a driver engineer,
I want to fix the failing unit tests on Node 18&20,
So that I can be confident that the driver works on all supported Node versions.
User Impact
- n/a, just tests. failures appear mainly to be related to the Node18 dns resolution changes
Dependencies
- n/a
Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- debug failing unit tests on Node18 and Node20.
- fix the failing unit tests.
All failing unit tests on Node18 and Node20 are skipped with NODE-5666 in the skip reason and can easily be identified by searching the codebase for this ticket.
Testing Requirements
- n/a - testing ticket only.
Documentation Requirements
- n/a
Follow Up Requirements
- backport test fixes to the 5.x branch
- is related to
-
NODE-5610 Options parsing accepts invalid uris on Node 18 and 20
- Closed