We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
killAllSessions
1 parent 4f987f1 commit 5e7197aCopy full SHA for 5e7197a
test/functional/spec-runner/index.js
@@ -169,7 +169,7 @@ function prepareDatabaseForSuite(suite, context) {
169
.admin()
170
.command({ killAllSessions: [] })
171
.catch(err => {
172
- if (err.message.match(/no such command/) || err.code === 11601) {
+ if (err.message.match(/no such (cmd|command)/) || err.code === 11601) {
173
return;
174
}
175
0 commit comments