This website requires JavaScript.
Explore
Help
Sign In
xuemingqiang
/
mongo
Watch
1
Star
0
Fork
0
You've already forked mongo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c46d3ef193a9045a6a0b988dd94de9952b28afcc
mongo
/
jstests
/
auth2.js
6 lines
121 B
JavaScript
Raw
Normal View
History
Unescape
Escape
failing test case for SERVER-724
2010-03-09 13:42:04 -05:00
// just make sure logout doesn't break anything
// SERVER-724
fix auth locking SERVER-724
2010-03-09 14:31:40 -05:00
db
.
runCommand
(
{
logout
:
1
}
)
;
db
.
runCommand
(
{
logout
:
1
}
)
;
Reference in New Issue
Copy Permalink