Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRIVERS-2675: Remove use of "sharded-replicaset" #1443

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/run-command/tests/unified/runCommand.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
{
"topologies": [
"replicaset",
"sharded-replicaset",
"load-balanced",
"sharded"
]
Expand Down Expand Up @@ -493,7 +492,7 @@
{
"minServerVersion": "4.2",
"topologies": [
"sharded-replicaset",
"sharded",
"load-balanced"
]
}
Expand Down
4 changes: 2 additions & 2 deletions source/run-command/tests/unified/runCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tests:
- description: attaches the provided $readPreference to given command
runOnRequirements:
# Exclude single topology, which is most likely a standalone server
- topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ]
- topologies: [ replicaset, load-balanced, sharded ]
operations:
- name: runCommand
object: *db
Expand Down Expand Up @@ -250,7 +250,7 @@ tests:
- minServerVersion: "4.0"
topologies: [ replicaset ]
- minServerVersion: "4.2"
topologies: [ sharded-replicaset, load-balanced ]
topologies: [ sharded, load-balanced ]
operations:
- name: withTransaction
object: *session
Expand Down