Skip to content

Commit

Permalink
Merge current CSOT implementation into master (#978)
Browse files Browse the repository at this point in the history
GODRIVER-2341 Add Timeout to Client, Database, Collection and all basic operations. (#925)
GODRIVER-2340
GODRIVER-2405 Test RTT90 monitoring. (#948)
GODRIVER-2340 Allow the setting of timeoutMS on operations in the UTR. (#955)
  • Loading branch information
benjirewis authored Jun 6, 2022
1 parent 11b7076 commit 0b4a8d7
Show file tree
Hide file tree
Showing 62 changed files with 1,335 additions and 342 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "timeoutMS can be overriden for an operation",
"schemaVersion": "1.0",
"description": "timeoutMS can be overridden for an operation",
"schemaVersion": "1.9",
"runOnRequirements": [
{
"minServerVersion": "4.4",
Expand Down Expand Up @@ -189,8 +189,7 @@
"name": "listDatabaseNames",
"object": "client",
"arguments": {
"timeoutMS": 1000,
"filter": {}
"timeoutMS": 1000
}
}
],
Expand Down Expand Up @@ -244,8 +243,7 @@
"name": "listDatabaseNames",
"object": "client",
"arguments": {
"timeoutMS": 0,
"filter": {}
"timeoutMS": 0
}
}
],
Expand Down Expand Up @@ -741,7 +739,8 @@
"timeoutMS": 1000,
"command": {
"ping": 1
}
},
"commandName": "ping"
}
}
],
Expand Down Expand Up @@ -798,7 +797,8 @@
"timeoutMS": 0,
"command": {
"ping": 1
}
},
"commandName": "ping"
}
}
],
Expand Down Expand Up @@ -3386,7 +3386,6 @@
"name": "x_1"
},
"expectError": {
"isClientError": false,
"isTimeoutError": false
}
}
Expand Down Expand Up @@ -3445,7 +3444,6 @@
"name": "x_1"
},
"expectError": {
"isClientError": false,
"isTimeoutError": false
}
}
Expand Down
Loading

0 comments on commit 0b4a8d7

Please sign in to comment.