Skip to content

Commit 51bf0f7

Browse files
committed
sync spec tests for relevant feature
1 parent 19f51b5 commit 51bf0f7

13 files changed

Lines changed: 13 additions & 12 deletions

test/spec/client-side-operations-timeout/sessions-inherit-timeoutMS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@
331331
]
332332
}
333333
]
334-
}
334+
}

test/spec/client-side-operations-timeout/sessions-inherit-timeoutMS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ tests:
172172
abortTransaction: 1
173173
maxTimeMS: { $$type: [ "int", "long" ] }
174174
- commandFailedEvent:
175-
commandName: abortTransaction
175+
commandName: abortTransaction

test/spec/client-side-operations-timeout/sessions-override-operation-timeoutMS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@
333333
]
334334
}
335335
]
336-
}
336+
}

test/spec/client-side-operations-timeout/sessions-override-operation-timeoutMS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ tests:
173173
abortTransaction: 1
174174
maxTimeMS: { $$type: ["int", "long"] }
175175
- commandFailedEvent:
176-
commandName: abortTransaction
176+
commandName: abortTransaction

test/spec/client-side-operations-timeout/sessions-override-timeoutMS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
]
330330
}
331331
]
332-
}
332+
}

test/spec/client-side-operations-timeout/sessions-override-timeoutMS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ tests:
170170
abortTransaction: 1
171171
maxTimeMS: { $$type: [ "int", "long" ] }
172172
- commandFailedEvent:
173-
commandName: abortTransaction
173+
commandName: abortTransaction

test/spec/client-side-operations-timeout/tailable-awaitData.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,4 @@ tests:
370370
databaseName: *databaseName
371371
command:
372372
maxTimeMS: { $$lte: 100 }
373+

test/spec/transactions-convenient-api/unified/callback-retry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "callback-retry",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.0",

test/spec/transactions-convenient-api/unified/callback-retry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: callback-retry
22

3-
schemaVersion: '1.3'
3+
schemaVersion: '1.4'
44

55
runOnRequirements:
66
- minServerVersion: '4.0'

test/spec/transactions-convenient-api/unified/commit-transienttransactionerror-4.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "commit-transienttransactionerror-4.2",
3-
"schemaVersion": "1.3",
3+
"schemaVersion": "1.4",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.1.6",

0 commit comments

Comments
 (0)