-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Connection String
When running unit tests on an environment using Node v18.17 and Node 20, there are failures in the following spec test cases: invalid port (zero) with hostname and invalid port (zero) with IP literal. This error does not appear on Node v18.13.
Use Case
As a user,
I want to have errors thrown for invalid URIs
So that debugging is more straight-forward.
User Impact
- Currently invalid URIs will cause connection to hang.
Dependencies
Affects Shell - connecting to invalid URI will cause connection to hang
Unknowns
N/A
Acceptance Criteria
Implementation Requirements
- Update parse options to reject invalid port (zero) with hostname and invalid port (zero) with IP literal in 6.x
Testing Requirements
- Unit Tests Passing on Node 18.17
Documentation Requirements
- N/A - revisit during kick-off
Follow Up Requirements
- N/A