Skip to content

Commit

Permalink
Dont test on sharded topology
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Oct 30, 2024
1 parent 02d5b7f commit 0d81756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions testdata/client-side-operations-timeout/connection-churn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"minServerVersion": "4.4",
"topologies": [
"replicaset",
"sharded"
"standalone",
"replicaset"
]
}
],
Expand Down
6 changes: 5 additions & 1 deletion testdata/client-side-operations-timeout/connection-churn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ schemaVersion: "1.9"

runOnRequirements:
- minServerVersion: "4.4"
topologies: ["replicaset", "sharded"]
# TODO(SERVER-96344): when using failpoints mongos returns MaxTimeMSExpired
# after maxTimeMS, whereas mongod returns MaxTimeMSExpired after
# max(blockTimeMS, maxTimeMS). Until this ticket is resolved, these tests
# will not pass on sharded clusters.
topologies: ["standalone", "replicaset"]

createEntities:
- client:
Expand Down

0 comments on commit 0d81756

Please sign in to comment.