diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2020-06-10 11:25:29 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-06-10 16:34:37 +0000 |
commit | 871671d75e8b900a6fcfe00af65b971510ae9831 (patch) | |
tree | 436f0ebd357c2aab978d94cb6f112df33a4abd71 /jstests/noPassthrough/commit_quorum.js | |
parent | b63e8cc9ba5c3897c47a33a6aec9981f2e3c53de (diff) | |
download | mongo-871671d75e8b900a6fcfe00af65b971510ae9831.tar.gz |
SERVER-48692 Fix 'commit_quorum.js' to check for new log message
Diffstat (limited to 'jstests/noPassthrough/commit_quorum.js')
-rw-r--r-- | jstests/noPassthrough/commit_quorum.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/noPassthrough/commit_quorum.js b/jstests/noPassthrough/commit_quorum.js index d54924373f9..c6b8b5bf46e 100644 --- a/jstests/noPassthrough/commit_quorum.js +++ b/jstests/noPassthrough/commit_quorum.js @@ -76,7 +76,8 @@ try { })); }, testDB.getMongo().port); - checkLog.containsWithCount(replSet.getPrimary(), "Waiting for index build to complete", 5); + checkLog.containsWithCount( + replSet.getPrimary(), "Index build: waiting for index build to complete", 5); // Test setting various commit quorums on the index build in our two node replica set. assert.commandFailed(testDB.runCommand( |