Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions test/csot/command-execution.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "timeoutMS behaves correctly during command execution",
"schemaVersion": "1.26",
"schemaVersion": "1.9",
"runOnRequirements": [
{
"minServerVersion": "4.4.7",
Expand Down Expand Up @@ -69,10 +69,8 @@
"appName": "reduceMaxTimeMSTest",
"w": 1,
"timeoutMS": 500,
"heartbeatFrequencyMS": 500,
"minPoolSize": 1
"heartbeatFrequencyMS": 500
},
"awaitMinPoolSizeMS": 10000,
"observeEvents": [
"commandStartedEvent"
]
Expand Down Expand Up @@ -187,10 +185,8 @@
"appName": "rttTooHighTest",
"w": 1,
"timeoutMS": 10,
"heartbeatFrequencyMS": 500,
"minPoolSize": 1
"heartbeatFrequencyMS": 500
},
"awaitMinPoolSizeMS": 10000,
"observeEvents": [
"commandStartedEvent"
]
Expand Down Expand Up @@ -320,10 +316,8 @@
"appName": "reduceMaxTimeMSTest",
"w": 1,
"timeoutMS": 90,
"heartbeatFrequencyMS": 100000,
"minPoolSize": 1
"heartbeatFrequencyMS": 100000
},
"awaitMinPoolSizeMS": 10000,
"observeEvents": [
"commandStartedEvent"
]
Expand Down
6 changes: 2 additions & 4 deletions test/csot/convenient-transactions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "timeoutMS behaves correctly for the withTransaction API",
"schemaVersion": "1.26",
"schemaVersion": "1.9",
"runOnRequirements": [
{
"minServerVersion": "4.4",
Expand All @@ -21,10 +21,8 @@
"client": {
"id": "client",
"uriOptions": {
"timeoutMS": 500,
"minPoolSize": 1
"timeoutMS": 500
},
"awaitMinPoolSizeMS": 10000,
"useMultipleMongoses": false,
"observeEvents": [
"commandStartedEvent"
Expand Down
6 changes: 2 additions & 4 deletions test/csot/error-transformations.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "MaxTimeMSExpired server errors are transformed into a custom timeout error",
"schemaVersion": "1.26",
"schemaVersion": "1.9",
"runOnRequirements": [
{
"minServerVersion": "4.0",
Expand All @@ -26,10 +26,8 @@
"client": {
"id": "client",
"uriOptions": {
"timeoutMS": 250,
"minPoolSize": 1
"timeoutMS": 250
},
"awaitMinPoolSizeMS": 10000,
"useMultipleMongoses": false,
"observeEvents": [
"commandStartedEvent"
Expand Down
Loading
Loading