Skip to content

Commit 4322cc5

Browse files
committed
ran resync-all-specs
1 parent ffdaba0 commit 4322cc5

18 files changed

+726
-48
lines changed

test/csot/command-execution.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "timeoutMS behaves correctly during command execution",
3-
"schemaVersion": "1.9",
3+
"schemaVersion": "1.26",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4.7",
@@ -69,8 +69,10 @@
6969
"appName": "reduceMaxTimeMSTest",
7070
"w": 1,
7171
"timeoutMS": 500,
72-
"heartbeatFrequencyMS": 500
72+
"heartbeatFrequencyMS": 500,
73+
"minPoolSize": 1
7374
},
75+
"awaitMinPoolSizeMS": 10000,
7476
"observeEvents": [
7577
"commandStartedEvent"
7678
]
@@ -185,8 +187,10 @@
185187
"appName": "rttTooHighTest",
186188
"w": 1,
187189
"timeoutMS": 10,
188-
"heartbeatFrequencyMS": 500
190+
"heartbeatFrequencyMS": 500,
191+
"minPoolSize": 1
189192
},
193+
"awaitMinPoolSizeMS": 10000,
190194
"observeEvents": [
191195
"commandStartedEvent"
192196
]
@@ -316,8 +320,10 @@
316320
"appName": "reduceMaxTimeMSTest",
317321
"w": 1,
318322
"timeoutMS": 90,
319-
"heartbeatFrequencyMS": 100000
323+
"heartbeatFrequencyMS": 100000,
324+
"minPoolSize": 1
320325
},
326+
"awaitMinPoolSizeMS": 10000,
321327
"observeEvents": [
322328
"commandStartedEvent"
323329
]

test/csot/convenient-transactions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "timeoutMS behaves correctly for the withTransaction API",
3-
"schemaVersion": "1.9",
3+
"schemaVersion": "1.26",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4",
@@ -21,8 +21,10 @@
2121
"client": {
2222
"id": "client",
2323
"uriOptions": {
24-
"timeoutMS": 500
24+
"timeoutMS": 500,
25+
"minPoolSize": 1
2526
},
27+
"awaitMinPoolSizeMS": 10000,
2628
"useMultipleMongoses": false,
2729
"observeEvents": [
2830
"commandStartedEvent"

test/csot/error-transformations.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "MaxTimeMSExpired server errors are transformed into a custom timeout error",
3-
"schemaVersion": "1.9",
3+
"schemaVersion": "1.26",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.0",
@@ -26,8 +26,10 @@
2626
"client": {
2727
"id": "client",
2828
"uriOptions": {
29-
"timeoutMS": 250
29+
"timeoutMS": 250,
30+
"minPoolSize": 1
3031
},
32+
"awaitMinPoolSizeMS": 10000,
3133
"useMultipleMongoses": false,
3234
"observeEvents": [
3335
"commandStartedEvent"

0 commit comments

Comments
 (0)