From 7a2b04f3c2edcb7ba82f0ea8e5d8dca18684a020 Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 19 Mar 2022 01:11:01 -0700 Subject: [PATCH] forgot to pull when I resynced tests, lol --- test/change_streams/unified/change-streams.json | 6 +++++- test/crud/unified/aggregate.json | 6 +++++- test/crud/unified/bulkWrite-updateMany-let.json | 2 +- test/crud/unified/bulkWrite-updateOne-let.json | 2 +- test/crud/unified/find-comment.json | 6 +++++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/test/change_streams/unified/change-streams.json b/test/change_streams/unified/change-streams.json index 9187d4eda..bc9d462ee 100644 --- a/test/change_streams/unified/change-streams.json +++ b/test/change_streams/unified/change-streams.json @@ -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": [ diff --git a/test/crud/unified/aggregate.json b/test/crud/unified/aggregate.json index 73d37917d..3ce353d80 100644 --- a/test/crud/unified/aggregate.json +++ b/test/crud/unified/aggregate.json @@ -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": [ diff --git a/test/crud/unified/bulkWrite-updateMany-let.json b/test/crud/unified/bulkWrite-updateMany-let.json index 3cc8da4c5..fbeba1a60 100644 --- a/test/crud/unified/bulkWrite-updateMany-let.json +++ b/test/crud/unified/bulkWrite-updateMany-let.json @@ -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" } ], diff --git a/test/crud/unified/bulkWrite-updateOne-let.json b/test/crud/unified/bulkWrite-updateOne-let.json index 2a3e4f79d..96783c782 100644 --- a/test/crud/unified/bulkWrite-updateOne-let.json +++ b/test/crud/unified/bulkWrite-updateOne-let.json @@ -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" } ], diff --git a/test/crud/unified/find-comment.json b/test/crud/unified/find-comment.json index d7cf85968..3d92be7c3 100644 --- a/test/crud/unified/find-comment.json +++ b/test/crud/unified/find-comment.json @@ -198,7 +198,11 @@ "description": "find with comment sets comment on getMore", "runOnRequirements": [ { - "minServerVersion": "3.6" + "minServerVersion": "4.4.0", + "topologies": [ + "single", + "replicaset" + ] } ], "operations": [