summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2020-01-21 16:24:59 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-01-28 16:48:54 +0000
commitb0131213f0cfd47fdf9af52f43ec0e3b67efcd2e (patch)
tree28b56dc1e3c687971f4911c2efa3977db47f2c30 /buildscripts
parentc351b2c2b92d22060f29a4e6331d1f7fcbe8faf3 (diff)
downloadmongo-b0131213f0cfd47fdf9af52f43ec0e3b67efcd2e.tar.gz
SERVER-45674 Avoid use after free in $unionWith
create mode 100644 jstests/aggregation/sources/unionWith/unionWith_basic.js
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_one_shard_sharded_collections.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
index b06872ca536..b1cab5449a9 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
@@ -16,6 +16,7 @@ selector:
- jstests/aggregation/accumulators/internal_js_reduce_with_scope.js
- jstests/aggregation/expressions/internal_js_emit_with_scope.js
exclude_with_any_tags:
+ - assumes_against_mongod_not_mongos
- requires_profiling
# The following tests start their own ShardingTest or ReplSetTest, respectively.
- requires_sharding
diff --git a/buildscripts/resmokeconfig/suites/aggregation_one_shard_sharded_collections.yml b/buildscripts/resmokeconfig/suites/aggregation_one_shard_sharded_collections.yml
index 31e4f3bbcdc..1b0874ba4d9 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_one_shard_sharded_collections.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_one_shard_sharded_collections.yml
@@ -17,6 +17,7 @@ selector:
- jstests/aggregation/sources/graphLookup/variables.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.
+ - assumes_against_mongod_not_mongos
- assumes_no_implicit_collection_creation_after_drop
- assumes_no_implicit_index_creation
- assumes_unsharded_collection
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index ab768bb7116..f6150caf75d 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -28,6 +28,7 @@ selector:
- jstests/aggregation/sources/graphLookup/variables.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.
+ - assumes_against_mongod_not_mongos
- assumes_no_implicit_collection_creation_after_drop
- assumes_no_implicit_index_creation
- assumes_unsharded_collection