summaryrefslogtreecommitdiff
path: root/jstests/libs/parallelTester.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs/parallelTester.js')
-rw-r--r--jstests/libs/parallelTester.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 743d15b9825..39035731449 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -115,9 +115,10 @@ if (typeof _threadInject != "undefined") {
"extent.js",
"indexb.js",
- // sets a failpoint that causes the server to ignore long keys,
- // which makes index_bigkeys.js fail
+ // Tests that set a parameter that causes the server to ignore
+ // long index keys.
"index_bigkeys_nofail.js",
+ "index_bigkeys_validation.js",
// tests turn on profiling
"profile1.js",