Skip to content

Commit bb3bae8

Browse files
committed
test: sync remaining tests
1 parent 373f40b commit bb3bae8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

test/spec/transactions/unified/client-bulkWrite.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"description": "client bulkWrite transactions",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.0",
77
"topologies": [
88
"replicaset",
99
"sharded",
1010
"load-balanced"
11-
]
11+
],
12+
"serverless": "forbid"
1213
}
1314
],
1415
"createEntities": [

test/spec/transactions/unified/client-bulkWrite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
description: "client bulkWrite transactions"
2-
schemaVersion: "1.3"
2+
schemaVersion: "1.4" # To support `serverless: forbid`
33
runOnRequirements:
44
- minServerVersion: "8.0"
55
topologies:
66
- replicaset
77
- sharded
88
- load-balanced
9+
serverless: forbid
910

1011
createEntities:
1112
- client:

test/spec/versioned-api/crud-api-version-1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@
431431
"description": "client bulkWrite appends declared API version",
432432
"runOnRequirements": [
433433
{
434-
"minServerVersion": "8.0"
434+
"minServerVersion": "8.0",
435+
"serverless": "forbid"
435436
}
436437
],
437438
"operations": [

test/spec/versioned-api/crud-api-version-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ tests:
160160
- description: "client bulkWrite appends declared API version"
161161
runOnRequirements:
162162
- minServerVersion: "8.0" # `bulkWrite` added to server 8.0
163+
serverless: forbid
163164
operations:
164165
- name: clientBulkWrite
165166
object: *client

0 commit comments

Comments
 (0)