diff options
author | Faustoleyva54 <fausto.leyva@mongodb.com> | 2020-08-05 18:46:03 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-06 19:45:58 +0000 |
commit | 5d8f2383878f15170474e2c44e1679774e48e67a (patch) | |
tree | fcb695ca4ae7be40abda773b2e2cb6ac774ac821 /jstests/disk | |
parent | 992cff8ecbf93ff5fe8d2a1de44f0b80bacceea6 (diff) | |
download | mongo-5d8f2383878f15170474e2c44e1679774e48e67a.tar.gz |
SERVER-49706 Repair should not write documents with duplicate keys to local.system collections
Diffstat (limited to 'jstests/disk')
-rw-r--r-- | jstests/disk/repair_duplicate_keys.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/disk/repair_duplicate_keys.js b/jstests/disk/repair_duplicate_keys.js index e761136ac24..4b639b9b7ba 100644 --- a/jstests/disk/repair_duplicate_keys.js +++ b/jstests/disk/repair_duplicate_keys.js @@ -13,7 +13,7 @@ load("jstests/libs/uuid_util.js"); const baseName = "repair_duplicate_keys"; const localBaseName = "local"; const collName = "test"; -const lostAndFoundCollBaseName = "system.lost_and_found."; +const lostAndFoundCollBaseName = "lost_and_found."; const dbpath = MongoRunner.dataPath + baseName + "/"; const indexName = "a_1"; |