diff options
author | Adam Midvidy <amidvidy@gmail.com> | 2015-06-24 13:54:45 -0400 |
---|---|---|
committer | Adam Midvidy <amidvidy@gmail.com> | 2015-06-24 15:50:30 -0400 |
commit | 1fc9cba6988ab1b600be1a0549caf6146619e4df (patch) | |
tree | a5fcf53a04666b1bfc2ca43332cd824894154985 /buildscripts | |
parent | 313c3bdc2547f2746639e84f8668a756ad95d8f3 (diff) | |
download | mongo-1fc9cba6988ab1b600be1a0549caf6146619e4df.tar.gz |
SERVER-19035 autodetect support for OP_COMMAND in remote servers
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/ssl.yml | 3 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/ssl_special.yml | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml b/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml index 43d4bfbf6e7..7095f79c9cd 100644 --- a/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml +++ b/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml @@ -5,6 +5,8 @@ selector: exclude_files: # Skip the passthrough test because it is run separately. - jstests/noPassthroughWithMongod/fluent_gle_passthrough.js + # SERVER-19093 + - jstests/noPassthroughWithMongod/httpinterface.js executor: js_test: diff --git a/buildscripts/resmokeconfig/suites/ssl.yml b/buildscripts/resmokeconfig/suites/ssl.yml index a1885a707d5..e9c38958b25 100644 --- a/buildscripts/resmokeconfig/suites/ssl.yml +++ b/buildscripts/resmokeconfig/suites/ssl.yml @@ -2,6 +2,9 @@ selector: js_test: roots: - jstests/ssl/*.js + exclude_files: + # SERVER-19113 + - jstests/ssl/ssl_crl.js # ssl tests start their own mongod's. executor: diff --git a/buildscripts/resmokeconfig/suites/ssl_special.yml b/buildscripts/resmokeconfig/suites/ssl_special.yml index 340baad9534..41295e26616 100644 --- a/buildscripts/resmokeconfig/suites/ssl_special.yml +++ b/buildscripts/resmokeconfig/suites/ssl_special.yml @@ -2,6 +2,9 @@ selector: js_test: roots: - jstests/sslSpecial/*.js + exclude_files: + # SERVER-19113 + - jstests/sslSpecial/ssl_mixedmode.js # ssl tests start their own mongod's. executor: |