summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/dropdatabase_respect_maxtimems.js
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2020-05-11 19:47:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-13 19:19:45 +0000
commit2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24 (patch)
treeeaed849524c4bbf725392ea440b2d47139e507df /jstests/noPassthrough/dropdatabase_respect_maxtimems.js
parent29b8db71476ea59991c452ddd14db03e48ad47bc (diff)
downloadmongo-2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24.tar.gz
SERVER-48084 Lint log lines in mongo/db/commands
Diffstat (limited to 'jstests/noPassthrough/dropdatabase_respect_maxtimems.js')
-rw-r--r--jstests/noPassthrough/dropdatabase_respect_maxtimems.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/dropdatabase_respect_maxtimems.js b/jstests/noPassthrough/dropdatabase_respect_maxtimems.js
index 63ca53cf888..e3553351f7a 100644
--- a/jstests/noPassthrough/dropdatabase_respect_maxtimems.js
+++ b/jstests/noPassthrough/dropdatabase_respect_maxtimems.js
@@ -48,7 +48,7 @@ const dropDB = rst.getPrimary().getDB("drop");
ErrorCodes.Interrupted);
}, rst.getPrimary().port);
- checkLog.contains(dropDB.getMongo(), "test only command sleep invoked");
+ checkLog.contains(dropDB.getMongo(), "Test-only command 'sleep' invoked");
// dropDatabase now gets unblocked by the failpoint but will immediately
// get blocked by acquiring the database lock for dropping the database.