summaryrefslogtreecommitdiff
path: root/jstests/slow1/conc_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/slow1/conc_update.js')
-rw-r--r--jstests/slow1/conc_update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slow1/conc_update.js b/jstests/slow1/conc_update.js
index 34398d91f3f..80adb4955e4 100644
--- a/jstests/slow1/conc_update.js
+++ b/jstests/slow1/conc_update.js
@@ -21,7 +21,7 @@ db.conc.ensureIndex({x: 1});
var c1 = db.conc.count({x: {$lt: NRECORDS}});
const updater = startParallelShell(
- "db = db.getSisterDB('concurrency');\
+ "db = db.getSiblingDB('concurrency');\
db.concflag.insert({ inprog: true });\
sleep(20);\
assert.commandWorked(db.conc.update({}, \