summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2018-01-31 12:23:44 -0500
committerKyle Suarez <kyle.suarez@mongodb.com>2018-01-31 12:28:55 -0500
commit0322da76ec976d240191b1ca8f70c2c732f9753a (patch)
tree95f285d0be51aeafbb22d1ac37bb615df28f20b7 /jstests/libs
parent0fb3ff2ee1fc5305b9523cdeaaae9c7279f1c117 (diff)
downloadmongo-0322da76ec976d240191b1ca8f70c2c732f9753a.tar.gz
SERVER-32594 add mechanism to close and reopen the catalog
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 6c2a547faa8..558814b1847 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -195,6 +195,9 @@ if (typeof _threadInject != "undefined") {
// Views tests
"views/invalid_system_views.js", // Creates invalid view definitions in system.views.
"views/views_all_commands.js", // Drops test DB.
+
+ // Destroys and recreates the catalog, which will interfere with other tests.
+ "restart_catalog.js",
]);
// The following tests cannot run when shell readMode is legacy.