Skip to content

Commit 0d81756

Browse files
Dont test on sharded topology
1 parent 02d5b7f commit 0d81756

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

testdata/client-side-operations-timeout/connection-churn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{
66
"minServerVersion": "4.4",
77
"topologies": [
8-
"replicaset",
9-
"sharded"
8+
"standalone",
9+
"replicaset"
1010
]
1111
}
1212
],

testdata/client-side-operations-timeout/connection-churn.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ schemaVersion: "1.9"
44

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

913
createEntities:
1014
- client:

0 commit comments

Comments
 (0)