summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRaymond Jacobson <raymond.jacobson@10gen.com>2015-07-15 11:39:41 -0400
committerDavid Hatch <david.hatch@mongodb.com>2015-07-31 15:30:46 -0400
commit8b19e377c452374125aca99aa9f9c8ed912ac2b1 (patch)
tree8b49e5614d102cd677fed0b16aedb97731cbfc3f /buildscripts
parent9ca37ee188c73256610b105b1b5097a605e54697 (diff)
downloadmongo-8b19e377c452374125aca99aa9f9c8ed912ac2b1.tar.gz
SERVER-19613 Add experimental Decimal128 build flag
Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/decimal.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/decimal.yml b/buildscripts/resmokeconfig/suites/decimal.yml
new file mode 100644
index 00000000000..727cbd261e1
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/decimal.yml
@@ -0,0 +1,16 @@
+selector:
+ js_test:
+ roots:
+ - jstests/decimal/*.js
+
+executor:
+ js_test:
+ hooks:
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ nopreallocj: ''
+ set_parameters:
+ enableTestCommands: 1