summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/index_stepdown_unique.js
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2020-02-24 11:12:14 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-25 19:01:06 +0000
commit2e531e92e75ce9c6006e82f656fd2fdecdc839cd (patch)
treebf7c07c4e33a5eba39884eab7b93f30b00e78e96 /jstests/noPassthrough/index_stepdown_unique.js
parented44f48d2592862c1fd4e41c695e94a0d30be141 (diff)
downloadmongo-2e531e92e75ce9c6006e82f656fd2fdecdc839cd.tar.gz
SERVER-46235 index_stepdown_unique.js json-flexible glob
Diffstat (limited to 'jstests/noPassthrough/index_stepdown_unique.js')
-rw-r--r--jstests/noPassthrough/index_stepdown_unique.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/index_stepdown_unique.js b/jstests/noPassthrough/index_stepdown_unique.js
index 7855c9bd711..5a56ab5fa71 100644
--- a/jstests/noPassthrough/index_stepdown_unique.js
+++ b/jstests/noPassthrough/index_stepdown_unique.js
@@ -49,7 +49,7 @@ assert.neq(0, exitCode, 'expected shell to exit abnormally due to index build be
// Wait for the IndexBuildCoordinator thread, not the command thread, to report the index build
// as failed.
-checkLog.contains(primary, /\[IndexBuildsCoordinatorMongod-0\].*Index build failed: /);
+checkLog.contains(primary, /IndexBuildsCoordinatorMongod-0.*Index build failed: /);
IndexBuildTest.assertIndexes(coll, 1, ['_id_']);
rst.stopSet();