Skip to content

Commit

Permalink
DRIVERS-2511: Update maxWireVersion from 6 to 21 (#1574)
Browse files Browse the repository at this point in the history
Once a driver removes support for MongoDB 3.6 and updates its
minWireVersion from 6 to 7, these tests start to fail.

Bumping from 6 to 21 (MongoDB 7.0 maxWireVersion) should hold us
for a while.
  • Loading branch information
jyemin committed May 1, 2024
1 parent dbdac9c commit 959a5de
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.

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 @@ -12,7 +12,7 @@ phases: [
setName: "rs",
hosts: ["a:27017", "b:27017"],
minWireVersion: 0,
maxWireVersion: 6
maxWireVersion: 21
}],
["b:27017", {
ok: 1,
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 @@ -12,7 +12,7 @@ phases: [
setName: "rs",
hosts: ["a:27017", "b:27017"],
minWireVersion: 0,
maxWireVersion: 6
maxWireVersion: 21
}],
],
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 @@ -17,7 +17,7 @@ phases: [
isWritablePrimary: true,
msg: "isdbgrid",
minWireVersion: 0,
maxWireVersion: 6
maxWireVersion: 21
}]
],
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 @@ -8,7 +8,7 @@ phases: [
helloOk: true,
isWritablePrimary: true,
minWireVersion: 0,
maxWireVersion: 6
maxWireVersion: 21
}]
],
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
@@ -1,4 +1,4 @@
description: "Standalone with default maxWireVersion of 0 is upgraded to one with maxWireVersion 6"
description: "Standalone with default maxWireVersion of 0 is upgraded to one with maxWireVersion 21"
uri: "mongodb://a"
phases: [
{
Expand Down Expand Up @@ -29,7 +29,7 @@ phases: [
helloOk: true,
isWritablePrimary: true,
minWireVersion: 0,
maxWireVersion: 6
maxWireVersion: 21
}]
],
outcome: {
Expand Down

0 comments on commit 959a5de

Please sign in to comment.