summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2021-01-13 16:11:20 +0530
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-17 16:35:24 +0000
commitbd41f71175074a5b2c32126c34199afea028f58b (patch)
tree4b9c958d24ca2f9f07c9eafb1d622f29bea34f37 /jstests/libs
parent13e8d7c56b5105a318643b9e3e93d4a1058dcb8e (diff)
downloadmongo-bd41f71175074a5b2c32126c34199afea028f58b.tar.gz
SERVER-52874 Implement validateDBMetadata command
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index c17dd67c0bb..511ba98b1cd 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -221,6 +221,9 @@ if (typeof _threadInject != "undefined") {
// This test updates global memory usage counters in the bucket catalog in a way that
// may affect other time-series tests running concurrently.
"timeseries/timeseries_idle_buckets.js",
+
+ // Assumes that other tests are not creating API version 1 incompatible data.
+ "validate_db_metadata_command.js",
]);
// Get files, including files in subdirectories.