forgot to pull when I resynced tests, lol
This commit is contained in:
parent
74b67d0ffc
commit
7a2b04f3c2
@ -252,7 +252,11 @@
|
||||
"description": "Test that comment is set on getMore",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "3.6.0"
|
||||
"minServerVersion": "4.4.0",
|
||||
"topologies": [
|
||||
"single",
|
||||
"replicaset"
|
||||
]
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
|
||||
@ -330,7 +330,11 @@
|
||||
"description": "aggregate with comment sets comment on getMore",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "3.6.0"
|
||||
"minServerVersion": "4.4.0",
|
||||
"topologies": [
|
||||
"single",
|
||||
"replicaset"
|
||||
]
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
|
||||
@ -142,7 +142,7 @@
|
||||
"description": "BulkWrite updateMany with let option unsupported (server-side error)",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "3.6.0",
|
||||
"minServerVersion": "4.2.0",
|
||||
"maxServerVersion": "4.9"
|
||||
}
|
||||
],
|
||||
|
||||
@ -144,7 +144,7 @@
|
||||
"description": "BulkWrite updateOne with let option unsupported (server-side error)",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "3.6.0",
|
||||
"minServerVersion": "4.2.0",
|
||||
"maxServerVersion": "4.9"
|
||||
}
|
||||
],
|
||||
|
||||
@ -198,7 +198,11 @@
|
||||
"description": "find with comment sets comment on getMore",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "3.6"
|
||||
"minServerVersion": "4.4.0",
|
||||
"topologies": [
|
||||
"single",
|
||||
"replicaset"
|
||||
]
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user