File tree 2 files changed +10
-3
lines changed
source/change-streams/tests/unified
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 640
640
},
641
641
{
642
642
"description" : " Test server error on projecting out _id" ,
643
+ "runOnRequirements" : [
644
+ {
645
+ "minServerVersion" : " 4.2"
646
+ }
647
+ ],
643
648
"operations" : [
644
649
{
645
650
"name" : " createChangeStream" ,
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ tests:
138
138
- description : " Test that comment is set on getMore"
139
139
runOnRequirements :
140
140
- minServerVersion : " 4.4.0"
141
- # Topolgies are limited because of potentially empty getMore responses
141
+ # Topologies are limited because of potentially empty getMore responses
142
142
# on sharded clusters.
143
143
# See https://jira.mongodb.org/browse/DRIVERS-2248 for more details.
144
144
topologies : [ replicaset ]
@@ -183,7 +183,7 @@ tests:
183
183
- description : " Test that comment is not set on getMore - pre 4.4"
184
184
runOnRequirements :
185
185
- maxServerVersion : " 4.3.99"
186
- # Topolgies are limited because of potentially empty getMore responses
186
+ # Topologies are limited because of potentially empty getMore responses
187
187
# on sharded clusters.
188
188
# See https://jira.mongodb.org/browse/DRIVERS-2248 for more details.
189
189
topologies : [ replicaset ]
@@ -334,6 +334,9 @@ tests:
334
334
viewOn : " db.coll"
335
335
336
336
- description : " Test server error on projecting out _id"
337
+ runOnRequirements :
338
+ - minServerVersion : " 4.2"
339
+ # Server returns an error if _id is modified on versions 4.2 and higher
337
340
operations :
338
341
- name : createChangeStream
339
342
object : *collection0
@@ -371,4 +374,3 @@ tests:
371
374
db : *database0
372
375
coll : *collection0
373
376
newField : " value"
374
-
You can’t perform that action at this time.
0 commit comments