PYTHON-4735 Resync SDAM tests to fix TestUnifiedLoggingLoadbalanced (#1839)
This commit is contained in:
parent
22b66b2ed6
commit
1eb3b8550e
@ -16,7 +16,7 @@
|
||||
"b:27017"
|
||||
],
|
||||
"minWireVersion": 0,
|
||||
"maxWireVersion": 6
|
||||
"maxWireVersion": 21
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
"b:27017"
|
||||
],
|
||||
"minWireVersion": 0,
|
||||
"maxWireVersion": 6
|
||||
"maxWireVersion": 21
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"isWritablePrimary": true,
|
||||
"msg": "isdbgrid",
|
||||
"minWireVersion": 0,
|
||||
"maxWireVersion": 6
|
||||
"maxWireVersion": 21
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"helloOk": true,
|
||||
"isWritablePrimary": true,
|
||||
"minWireVersion": 0,
|
||||
"maxWireVersion": 6
|
||||
"maxWireVersion": 21
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Standalone with default maxWireVersion of 0 is upgraded to one with maxWireVersion 6",
|
||||
"description": "Standalone with default maxWireVersion of 0 is upgraded to one with maxWireVersion 21",
|
||||
"uri": "mongodb://a",
|
||||
"phases": [
|
||||
{
|
||||
@ -35,7 +35,7 @@
|
||||
"helloOk": true,
|
||||
"isWritablePrimary": true,
|
||||
"minWireVersion": 0,
|
||||
"maxWireVersion": 6
|
||||
"maxWireVersion": 21
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@ -132,6 +132,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"level": "debug",
|
||||
"component": "topology",
|
||||
"data": {
|
||||
"message": "Topology description changed",
|
||||
"topologyId": {
|
||||
"$$exists": true
|
||||
},
|
||||
"previousDescription": {
|
||||
"$$exists": true
|
||||
},
|
||||
"newDescription": {
|
||||
"$$exists": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"level": "debug",
|
||||
"component": "topology",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user