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-2250: Define Wire versions for host b in too_new and too_old tests #1632

Merged
merged 3 commits into from
Aug 16, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,8 @@ oversaw the specification process.

## Changelog

- 2024-08-16: Updated host b wire versions in `too_new` and `too_old` tests

- 2024-08-09: Updated wire versions in tests to 4.0+.

- 2024-05-08: Migrated from reStructuredText to Markdown.
Expand Down

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ phases: [
ok: 1,
helloOk: true,
isWritablePrimary: true,
msg: "isdbgrid"
msg: "isdbgrid",
minWireVersion: 7,
maxWireVersion: 900
}]
],
outcome: {
Expand Down
Loading