Compare commits
1 Commits
master
...
spec-resyn
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d6ad3c795 |
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"topologies": [
|
"topologies": [
|
||||||
"single",
|
"single",
|
||||||
"sharded"
|
"sharded",
|
||||||
|
"sharded-replicaset"
|
||||||
],
|
],
|
||||||
"serverless": "forbid"
|
"serverless": "forbid"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -385,7 +385,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "pinned connections are returned after an network error during getMore",
|
"description": "pinned connections are not returned after an network error during getMore",
|
||||||
"operations": [
|
"operations": [
|
||||||
{
|
{
|
||||||
"name": "failPoint",
|
"name": "failPoint",
|
||||||
@ -449,7 +449,7 @@
|
|||||||
"object": "testRunner",
|
"object": "testRunner",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"client": "client0",
|
"client": "client0",
|
||||||
"connections": 0
|
"connections": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -677,7 +677,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "pinned connections are returned to the pool after a non-network error on getMore",
|
"description": "pinned connections are not returned to the pool after a non-network error on getMore",
|
||||||
"operations": [
|
"operations": [
|
||||||
{
|
{
|
||||||
"name": "failPoint",
|
"name": "failPoint",
|
||||||
@ -733,7 +733,7 @@
|
|||||||
"object": "testRunner",
|
"object": "testRunner",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"client": "client0",
|
"client": "client0",
|
||||||
"connections": 0
|
"connections": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -372,6 +372,9 @@
|
|||||||
{
|
{
|
||||||
"connectionCreatedEvent": {}
|
"connectionCreatedEvent": {}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"poolClearedEvent": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"connectionClosedEvent": {
|
"connectionClosedEvent": {
|
||||||
"reason": "error"
|
"reason": "error"
|
||||||
@ -381,9 +384,6 @@
|
|||||||
"connectionCheckOutFailedEvent": {
|
"connectionCheckOutFailedEvent": {
|
||||||
"reason": "connectionError"
|
"reason": "connectionError"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"poolClearedEvent": {}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -197,7 +197,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": "debug",
|
"level": "info",
|
||||||
"component": "serverSelection",
|
"component": "serverSelection",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "Waiting for suitable server to become available",
|
"message": "Waiting for suitable server to become available",
|
||||||
@ -383,7 +383,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": "debug",
|
"level": "info",
|
||||||
"component": "serverSelection",
|
"component": "serverSelection",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "Waiting for suitable server to become available",
|
"message": "Waiting for suitable server to become available",
|
||||||
|
|||||||
@ -184,7 +184,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": "debug",
|
"level": "info",
|
||||||
"component": "serverSelection",
|
"component": "serverSelection",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "Waiting for suitable server to become available",
|
"message": "Waiting for suitable server to become available",
|
||||||
|
|||||||
@ -193,7 +193,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": "debug",
|
"level": "info",
|
||||||
"component": "serverSelection",
|
"component": "serverSelection",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "Waiting for suitable server to become available",
|
"message": "Waiting for suitable server to become available",
|
||||||
|
|||||||
@ -191,7 +191,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": "debug",
|
"level": "info",
|
||||||
"component": "serverSelection",
|
"component": "serverSelection",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "Waiting for suitable server to become available",
|
"message": "Waiting for suitable server to become available",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user