0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid clashing in parallel suite

This commit is contained in:
Nick Zolnierz 2018-10-12 13:30:27 -04:00
parent 1cf0d9706d
commit fc5c06574b

View File

@ -3,7 +3,7 @@
(function() {
"use strict";
const coll = db.coll;
const coll = db.update_numeric_field_name;
coll.drop();
assert.commandWorked(coll.insert({_id: 0, 'a': [{}]}));