-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2017-12-18
-
None
-
None
-
None
-
None
-
None
-
None
-
None
https://github.com/mongodb/mongo/blob/master/src/mongo/db/initialize_server_global_state.cpp#L370
We mandate that the serverGlobalParams.socket path exists even if serverGlobalParams.noUnixSocket is true.
serverGlobalParams.socket defaults to "/tmp"
So this makes it difficult to run unit tests on a machine without "/tmp" like android.