Skip to content

Commit a4664e2

Browse files
committed
create patch for python 5529
1 parent 4322cc5 commit a4664e2

9 files changed

+635
-132
lines changed

.evergreen/spec-patch/PYTHON-5529.patch

Lines changed: 587 additions & 0 deletions
Large diffs are not rendered by default.

test/csot/command-execution.json

Lines changed: 4 additions & 10 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.26",
3+
"schemaVersion": "1.9",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4.7",
@@ -69,10 +69,8 @@
6969
"appName": "reduceMaxTimeMSTest",
7070
"w": 1,
7171
"timeoutMS": 500,
72-
"heartbeatFrequencyMS": 500,
73-
"minPoolSize": 1
72+
"heartbeatFrequencyMS": 500
7473
},
75-
"awaitMinPoolSizeMS": 10000,
7674
"observeEvents": [
7775
"commandStartedEvent"
7876
]
@@ -187,10 +185,8 @@
187185
"appName": "rttTooHighTest",
188186
"w": 1,
189187
"timeoutMS": 10,
190-
"heartbeatFrequencyMS": 500,
191-
"minPoolSize": 1
188+
"heartbeatFrequencyMS": 500
192189
},
193-
"awaitMinPoolSizeMS": 10000,
194190
"observeEvents": [
195191
"commandStartedEvent"
196192
]
@@ -320,10 +316,8 @@
320316
"appName": "reduceMaxTimeMSTest",
321317
"w": 1,
322318
"timeoutMS": 90,
323-
"heartbeatFrequencyMS": 100000,
324-
"minPoolSize": 1
319+
"heartbeatFrequencyMS": 100000
325320
},
326-
"awaitMinPoolSizeMS": 10000,
327321
"observeEvents": [
328322
"commandStartedEvent"
329323
]

test/csot/convenient-transactions.json

Lines changed: 2 additions & 4 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.26",
3+
"schemaVersion": "1.9",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4",
@@ -21,10 +21,8 @@
2121
"client": {
2222
"id": "client",
2323
"uriOptions": {
24-
"timeoutMS": 500,
25-
"minPoolSize": 1
24+
"timeoutMS": 500
2625
},
27-
"awaitMinPoolSizeMS": 10000,
2826
"useMultipleMongoses": false,
2927
"observeEvents": [
3028
"commandStartedEvent"

test/csot/error-transformations.json

Lines changed: 2 additions & 4 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.26",
3+
"schemaVersion": "1.9",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.0",
@@ -26,10 +26,8 @@
2626
"client": {
2727
"id": "client",
2828
"uriOptions": {
29-
"timeoutMS": 250,
30-
"minPoolSize": 1
29+
"timeoutMS": 250
3130
},
32-
"awaitMinPoolSizeMS": 10000,
3331
"useMultipleMongoses": false,
3432
"observeEvents": [
3533
"commandStartedEvent"

0 commit comments

Comments
 (0)