Skip to content

Commit

Permalink
Removed failiing spec test from local folder, only in spec now
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Dec 20, 2023
1 parent bac17b9 commit 82a5e60
Showing 1 changed file with 0 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,154 +189,6 @@
]
}
]
},
{
"description": "Server selection fails due to unsatisfiable read preference",
"runOnRequirements": [
{
"minServerVersion": "4.0"
}
],
"operations": [
{
"name": "waitForEvent",
"object": "testRunner",
"arguments": {
"client": "client",
"event": {
"topologyDescriptionChangedEvent": {}
},
"count": 4
}
},
{
"name": "find",
"object": "unsatisfiableRPColl",
"arguments": {
"filter": {
"x": 1
}
},
"expectError": {
"isClientError": true
}
}
],
"expectLogMessages": [
{
"client": "client",
"messages": [
{
"level": "debug",
"component": "serverSelection",
"data": {
"message": "Server selection started",
"selector": {
"$$exists": true
},
"operation": "ping",
"topologyDescription": {
"$$exists": true
}
}
},
{
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",
"selector": {
"$$exists": true
},
"operation": "ping",
"topologyDescription": {
"$$exists": true
},
"remainingTimeMS": {
"$$type": [
"int",
"long"
]
}
}
},
{
"level": "debug",
"component": "serverSelection",
"data": {
"message": "Server selection succeeded",
"selector": {
"$$exists": true
},
"operation": "ping",
"topologyDescription": {
"$$exists": true
},
"serverHost": {
"$$type": "string"
},
"serverPort": {
"$$type": [
"int",
"long"
]
}
}
},
{
"level": "debug",
"component": "serverSelection",
"data": {
"message": "Server selection started",
"selector": {
"$$exists": true
},
"operation": "find",
"topologyDescription": {
"$$exists": true
}
}
},
{
"level": "info",
"component": "serverSelection",
"data": {
"message": "Waiting for suitable server to become available",
"selector": {
"$$exists": true
},
"operation": "find",
"topologyDescription": {
"$$exists": true
},
"remainingTimeMS": {
"$$type": [
"int",
"long"
]
}
}
},
{
"level": "debug",
"component": "serverSelection",
"data": {
"message": "Server selection failed",
"selector": {
"$$exists": true
},
"operation": "find",
"topologyDescription": {
"$$exists": true
},
"failure": {
"$$exists": true
}
}
}
]
}
]
}
]
}

0 comments on commit 82a5e60

Please sign in to comment.