-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.2.3, 2.4.0-rc0
-
Component/s: Security, Shell, Testing Infrastructure
-
None
-
Environment:Windows
-
Windows
auth1.js fails on 32-bit Windows. This is because we attempt to shut down a server. Since we can't send a signal like we can on Linux, the shutdown code simply sends a shutdown command to the server over the wire. This doesn't work because authentication is on, and the code does not currently authenticate to send a shutdown command. The code ignores the error status and eventually times out; it then deletes the process. On 64-bit Windows, upon mongod restart the server uses the journal to recover and the test continues. On 32-bit Windows the journal is off by default, so the test fails when mongod fails to restart.
- duplicates
-
SERVER-5651 Better implementation of Windows server shutdown
- Closed
- is duplicated by
-
SERVER-8445 ShardingTest should support auth in stop()
- Closed