-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Component/s: Connection String
-
None
-
Needed
-
Summary
What is the problem or use case, what are we trying to achieve?
The current spec states Hostnames are normalized to lower-case. However, there does not exist a spec test for the case sensitivity of UNIX domain sockets. Being a file path on a UNIX-like file system, the socket name should be case-sensitive. Therefore, we need a spec test in, for example, https://github.com/mongodb/specifications/blob/master/source/connection-string/tests
Motivation
Who is the affected end user?
Who are the stakeholders?
Customers who use the connection over a UNIX socket.
How does this affect the end user?
Are they blocked? Are they annoyed? Are they confused?
The concern was reported at GODRIVER-2949 as the Go driver lower-cased the socket name. The customer doesn't seem to be blocked.
How likely is it that this problem or use case will occur?
Main path? Edge case?
Every driver that allows the UNIX socket.
If the problem does occur, what are the consequences and how severe are they?
Minor annoyance at a log message? Performance concern? Outage/unavailability? Failover can't complete?
It breaks the expectation of the naming convention on a UNIX-like system.
Is this issue urgent?
Does this ticket have a required timeline? What is it?
No.
Is this ticket required by a downstream team?
Needed by e.g. Atlas, Shell, Compass?
No.
Is this ticket only for tests?
Does this ticket have any functional impact, or is it just test improvements?
May need functional changes, at least for the Go driver.
Acceptance Criteria
What specific requirements must be met to consider the design phase complete?
Ensure the UNIX socket names are case-sensitive.
- split to
-
RUBY-3354 Need a spec test for the UNIX domain socket case sensitivity
- Backlog
-
CDRIVER-4783 Need a spec test for the UNIX domain socket case sensitivity
- Backlog
-
CSHARP-4844 Need a spec test for the UNIX domain socket case sensitivity
- Backlog
-
CXX-2791 Need a spec test for the UNIX domain socket case sensitivity
- Backlog
-
JAVA-5241 Need a spec test for the UNIX domain socket case sensitivity
- Backlog
-
NODE-5753 Need a spec test for the UNIX domain socket case sensitivity
- Closed
-
GODRIVER-3050 Need a spec test for the UNIX domain socket case sensitivity
- Closed
-
MOTOR-1220 Need a spec test for the UNIX domain socket case sensitivity
- Closed
-
PHPLIB-1310 Need a spec test for the UNIX domain socket case sensitivity
- Closed
-
PYTHON-4046 Need a spec test for the UNIX domain socket case sensitivity
- Closed
-
RUST-1801 Need a spec test for the UNIX domain socket case sensitivity
- Closed