@@ -7,12 +7,8 @@ runOnRequirements:
77 # Serverless does not support $listLocalSessions and $currentOp stages, and
88 # mongos does not allow combining them with $out or $merge.
99 - minServerVersion : " 3.6"
10- # https://jira.mongodb.org/browse/DRIVERS-291
11- maxServerVersion : " 7.99"
1210 topologies : [ replicaset ]
1311 serverless : forbid
14- # SERVER-90047: failures against latest server necessitate adding this for now
15- maxServerVersion : " 8.0.0"
1612
1713_yamlAnchors :
1814 readConcern : &readConcern
@@ -47,17 +43,10 @@ createEntities:
4743 database : *database0
4844 collectionName : &collection0Name coll0
4945
50- initialData :
51- - collectionName : *collection0Name
52- databaseName : *database0Name
53- documents : []
54-
5546tests :
5647 - description : " Database-level aggregate with $out includes read preference for 5.0+ server"
5748 runOnRequirements :
5849 - minServerVersion : " 5.0"
59- # https://jira.mongodb.org/browse/RUBY-3539
60- maxServerVersion : " 7.99"
6150 serverless : " forbid"
6251 operations :
6352 - object : *database0
@@ -79,11 +68,6 @@ tests:
7968 $readPreference : *readPreference
8069 readConcern : *readConcern
8170 writeConcern : *writeConcern
82- outcome : &outcome
83- - collectionName : *collection0Name
84- databaseName : *database0Name
85- documents :
86- - { _id: 1 }
8771
8872 - description : " Database-level aggregate with $out omits read preference for pre-5.0 server"
8973 runOnRequirements :
@@ -108,7 +92,6 @@ tests:
10892 $readPreference : { $$exists: false }
10993 readConcern : *readConcern
11094 writeConcern : *writeConcern
111- outcome : *outcome
11295
11396 - description : " Database-level aggregate with $merge includes read preference for 5.0+ server"
11497 runOnRequirements :
@@ -133,7 +116,6 @@ tests:
133116 $readPreference : *readPreference
134117 readConcern : *readConcern
135118 writeConcern : *writeConcern
136- outcome : *outcome
137119
138120 - description : " Database-level aggregate with $merge omits read preference for pre-5.0 server"
139121 runOnRequirements :
@@ -154,4 +136,3 @@ tests:
154136 $readPreference : { $$exists: false }
155137 readConcern : *readConcern
156138 writeConcern : *writeConcern
157- outcome : *outcome
0 commit comments