This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mongodb
Watch
0
Star
0
Fork
0
You've already forked mongodb
mirror of
https://github.com/mongodb/mongo.git
synced
2024-12-01 09:32:32 +01:00
Code
Issues
Releases
Activity
25f0610257
mongodb
/
jstests
/
auth2.js
6 lines
121 B
JavaScript
Raw
Normal View
History
Unescape
Escape
failing test case for SERVER-724
2010-03-09 19:42:04 +01:00
// just make sure logout doesn't break anything
// SERVER-724
fix auth locking SERVER-724
2010-03-09 20:31:40 +01:00
db
.
runCommand
(
{
logout
:
1
}
)
;
db
.
runCommand
(
{
logout
:
1
}
)
;
Copy Permalink