Skip to content

Commit

Permalink
add min/maxWireVersion fields as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Aug 16, 2024
1 parent fd9d148 commit 9a3a9e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/server-discovery-and-monitoring/tests/rs/too_old.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion source/server-discovery-and-monitoring/tests/rs/too_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ phases: [
isWritablePrimary: false,
secondary: true,
setName: "rs",
hosts: ["a:27017", "b:27017"]
hosts: ["a:27017", "b:27017"],
minWireVersion: 999,
maxWireVersion: 1000
}]
],
outcome: {
Expand Down

0 comments on commit 9a3a9e8

Please sign in to comment.