Compare commits

...

1 Commits

Author SHA1 Message Date
Cloud User
740e261d96 resyncing specs 05-04-2026 2026-05-04 16:01:43 +00:00
12 changed files with 19 additions and 14 deletions

View File

@ -4,6 +4,7 @@
"runOnRequirements": [
{
"minServerVersion": "8.2.0",
"maxServerVersion": "8.99.99",
"topologies": [
"replicaset",
"sharded",

View File

@ -4,6 +4,7 @@
"runOnRequirements": [
{
"minServerVersion": "8.2.0",
"maxServerVersion": "8.99.99",
"topologies": [
"replicaset",
"sharded",

View File

@ -4,6 +4,7 @@
"runOnRequirements": [
{
"minServerVersion": "8.2.0",
"maxServerVersion": "8.99.99",
"topologies": [
"replicaset",
"sharded",

View File

@ -126,7 +126,7 @@
],
"tests": [
{
"description": "Insert QE suffixPreview",
"description": "Insert QE substringPreview",
"operations": [
{
"name": "insertOne",

View File

@ -4,6 +4,7 @@
"runOnRequirements": [
{
"minServerVersion": "8.2.0",
"maxServerVersion": "8.99.99",
"topologies": [
"replicaset",
"sharded",

View File

@ -5,7 +5,8 @@
{
"topologies": [
"single",
"sharded"
"sharded",
"sharded-replicaset"
],
"serverless": "forbid"
}

View File

@ -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": [
{
"name": "failPoint",
@ -449,7 +449,7 @@
"object": "testRunner",
"arguments": {
"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": [
{
"name": "failPoint",
@ -733,7 +733,7 @@
"object": "testRunner",
"arguments": {
"client": "client0",
"connections": 0
"connections": 1
}
},
{

View File

@ -372,6 +372,9 @@
{
"connectionCreatedEvent": {}
},
{
"poolClearedEvent": {}
},
{
"connectionClosedEvent": {
"reason": "error"
@ -381,9 +384,6 @@
"connectionCheckOutFailedEvent": {
"reason": "connectionError"
}
},
{
"poolClearedEvent": {}
}
]
}

View File

@ -197,7 +197,7 @@
}
},
{
"level": "debug",
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",
@ -383,7 +383,7 @@
}
},
{
"level": "debug",
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",

View File

@ -184,7 +184,7 @@
}
},
{
"level": "debug",
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",

View File

@ -193,7 +193,7 @@
}
},
{
"level": "debug",
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",

View File

@ -191,7 +191,7 @@
}
},
{
"level": "debug",
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",