summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:08:44 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:08:44 +1100
commit08d29c36403608802c45375277f88c7fcaf708e0 (patch)
treefc103221bf0252d46332d26b4aae4302be952ee3
parent1b012113fce67b22808097b9c2261317bb915093 (diff)
downloadmongo-08d29c36403608802c45375277f88c7fcaf708e0.tar.gz
SERVER-28572
Change a js test because WiredTiger is changing the range of values possible for split_pct which this test happens to use as a way to test custom configuration visibility.
-rw-r--r--jstests/noPassthrough/wt_index_option_defaults.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/noPassthrough/wt_index_option_defaults.js b/jstests/noPassthrough/wt_index_option_defaults.js
index 8609666a14d..46e91a174e6 100644
--- a/jstests/noPassthrough/wt_index_option_defaults.js
+++ b/jstests/noPassthrough/wt_index_option_defaults.js
@@ -31,9 +31,9 @@
// Use different values for the same configuration string key to test that index-specific
// options override collection-wide options, and that collection-wide options override
// system-wide options.
- var systemWideConfigString = 'split_pct=25,';
- var collectionWideConfigString = 'split_pct=30,';
- var indexSpecificConfigString = 'split_pct=35,';
+ var systemWideConfigString = 'split_pct=70,';
+ var collectionWideConfigString = 'split_pct=75,';
+ var indexSpecificConfigString = 'split_pct=80,';
// Start up a mongod with system-wide defaults for index options and create a collection without
// any additional options. Tests than an index without any additional options should take on the