summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/drop_collection_sharded.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/drop_collection_sharded.js')
-rw-r--r--jstests/concurrency/fsm_workloads/drop_collection_sharded.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/drop_collection_sharded.js b/jstests/concurrency/fsm_workloads/drop_collection_sharded.js
index 53349e73bc6..4f840353b65 100644
--- a/jstests/concurrency/fsm_workloads/drop_collection_sharded.js
+++ b/jstests/concurrency/fsm_workloads/drop_collection_sharded.js
@@ -9,7 +9,7 @@
*/
'use strict';
-const dbPrefix = 'fsmDB_';
+const dbPrefix = jsTestName() + '_DB_';
const dbCount = 2;
const collPrefix = 'sharded_coll_';
const collCount = 2;