summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorvrachev <vlad.rachev@mongodb.com>2019-01-25 13:52:07 -0500
committervrachev <vlad.rachev@mongodb.com>2019-01-25 15:55:25 -0500
commitffe35fbcb46d344fef138fe82dfbedc070205ab8 (patch)
tree89a37f65a6a0dad6fd8ea161d9a30dee9e89d758 /buildscripts
parent69fe02ad41a2a14ef0b8a11406a72af1748aae3d (diff)
downloadmongo-ffe35fbcb46d344fef138fe82dfbedc070205ab8.tar.gz
SERVER-38900 Implement JSON Schema parsing for 'encrypt'
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml1
8 files changed, 8 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
index f9abf9a5c04..477fa3b3693 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
@@ -201,6 +201,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
index ec4d3c69d73..d58c6276e63 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
@@ -220,6 +220,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
index 299717699a3..0871e48d0fe 100644
--- a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
+++ b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
@@ -245,6 +245,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
index 91bb82a4fdd..cf54c6892ea 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
@@ -120,6 +120,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 8f41372074e..56218a10040 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -118,6 +118,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
index 5957c1e71ee..8c3a8f0618f 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
@@ -118,6 +118,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
index 4a1fe07196d..8dfb59fd63a 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
@@ -118,6 +118,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
index 17a57ddd4d1..68c9253d327 100644
--- a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
@@ -168,6 +168,7 @@ selector:
- jstests/core/json_schema/additional_properties.js
- jstests/core/json_schema/bsontype.js
- jstests/core/json_schema/dependencies.js
+ - jstests/core/json_schema/encrypt.js
- jstests/core/json_schema/items.js
- jstests/core/json_schema/logical_keywords.js
- jstests/core/json_schema/min_max_items.js