forgot to pull when I resynced tests, lol

This commit is contained in:
julius 2022-03-19 01:11:01 -07:00
parent 74b67d0ffc
commit 7a2b04f3c2
5 changed files with 17 additions and 5 deletions

View File

@ -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": [

View File

@ -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": [

View File

@ -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"
}
],

View File

@ -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"
}
],

View File

@ -198,7 +198,11 @@
"description": "find with comment sets comment on getMore",
"runOnRequirements": [
{
"minServerVersion": "3.6"
"minServerVersion": "4.4.0",
"topologies": [
"single",
"replicaset"
]
}
],
"operations": [