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:
parent
1cf0d9706d
commit
fc5c06574b
@ -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': [{}]}));
|
||||
|
Loading…
Reference in New Issue
Block a user