Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2017-12-18
Description
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.