summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Larkin-York <dan.larkin-york@mongodb.com>2022-01-11 19:11:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-11 19:40:01 +0000
commit47f4bcad59f659fe7e521ba154631f50da2a0026 (patch)
tree194143f29b288b0eaf69889d88346cc323b99047
parentea873bd665c5baf534b6e58f98a2bc5c4b427bf7 (diff)
downloadmongo-47f4bcad59f659fe7e521ba154631f50da2a0026.tar.gz
SERVER-62515 Use unique namespaces in timeseries index tests
-rw-r--r--jstests/core/timeseries/timeseries_metric_index_2dsphere.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_metric_index_2dsphere.js b/jstests/core/timeseries/timeseries_metric_index_2dsphere.js
index 2e53de7fb24..5997a8254e3 100644
--- a/jstests/core/timeseries/timeseries_metric_index_2dsphere.js
+++ b/jstests/core/timeseries/timeseries_metric_index_2dsphere.js
@@ -22,8 +22,8 @@ if (!TimeseriesTest.timeseriesMetricIndexesEnabled(db.getMongo())) {
}
TimeseriesTest.run((insert) => {
- const testdb = db.getSiblingDB("timeseries_special_indexes_db");
- const timeseriescoll = testdb.getCollection("timeseries_special_indexes_coll");
+ const testdb = db.getSiblingDB("timeseries_metric_index_2dsphere_db");
+ const timeseriescoll = testdb.getCollection("timeseries_metric_index_2dsphere_coll");
const bucketscoll = testdb.getCollection('system.buckets.' + timeseriescoll.getName());
const timeFieldName = 'tm';