Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
fe62f13
chore: bump minWireVersion -> 9 && server to 4.4
johnmtll Jul 3, 2026
b077346
refactor: -unreachables, -unused
johnmtll Jul 3, 2026
531b09c
test: -4.2envs
johnmtll Jul 3, 2026
55b132b
chore: remove more refs to 4.2
johnmtll Jul 14, 2026
63f8457
chore: remove all tests relying on <4.2 infra
johnmtll Jul 14, 2026
f7d54eb
Revert "chore: remove all tests relying on <4.2 infra"
johnmtll Jul 14, 2026
f1ae0da
test: bump mock server version
johnmtll Jul 14, 2026
08ecce7
fix: case affine to v4.2
johnmtll Jul 14, 2026
3297567
chore: lint
johnmtll Jul 14, 2026
a29d3b9
chore: remove test instrumentation for v4.2 (config generation)
johnmtll Jul 14, 2026
531f487
fix: isRetryableWriteError() check not relevant to v4.4
johnmtll Jul 15, 2026
fdf03bd
revert: unified spec test changes
johnmtll Jul 15, 2026
ef236bf
Merge branch 'main' into NODE-7547/earliest-supported-server-version-eol
johnmtll Jul 15, 2026
8e3ccb8
test: remove dead test
johnmtll Jul 15, 2026
0426466
test: skip 4.2 legacy tests with outdated templates
johnmtll Jul 15, 2026
2f04141
test: skips kerberos & ldap tests pending env var change
johnmtll Jul 15, 2026
d4241e0
chore: lint
johnmtll Jul 15, 2026
000c83b
test: skip incompatible tests
johnmtll Jul 17, 2026
62465ae
Revert "test: skips kerberos & ldap tests pending env var change"
johnmtll Jul 17, 2026
7a65019
fix: update ldap/kerberos test hosts to use a valid server ver
johnmtll Jul 20, 2026
682d1dd
test: fix kerberos test instrument
johnmtll Jul 20, 2026
3a0a5dd
chore: lint
johnmtll Jul 20, 2026
2447c1b
fix: min supported wire version test
johnmtll Jul 20, 2026
cab81e2
fix: blunder
johnmtll Jul 20, 2026
e15f473
chore: address copilot comments
johnmtll Jul 21, 2026
f550489
chore: address comment
johnmtll Jul 23, 2026
bb3247a
chore: address comment
johnmtll Jul 23, 2026
3de146c
chore: address comment
johnmtll Jul 23, 2026
44812d8
test: fix tests
johnmtll Jul 23, 2026
5e6e6d6
Merge branch 'main' into NODE-7547/earliest-supported-server-version-eol
johnmtll Jul 24, 2026
69bbfa7
docs: address comment
johnmtll Jul 24, 2026
a6bf844
docs: cleanup redundant callouts to minserver v
johnmtll Jul 24, 2026
792bb97
docs: cleanup more redundant references
johnmtll Jul 24, 2026
9cb464e
docs: remove more redundant references
johnmtll Jul 24, 2026
535280f
Merge branch 'main' into NODE-7547/earliest-supported-server-version-eol
johnmtll Jul 24, 2026
3aa9e05
chore: remove more redundant tests
johnmtll Jul 24, 2026
5c0e24b
Merge branch 'main' into NODE-7547/earliest-supported-server-version-eol
johnmtll Jul 24, 2026
e1aa9fe
fix: address comment
johnmtll Jul 28, 2026
412b4b4
fix: address comment
johnmtll Jul 28, 2026
0287af6
docs: add comment to isResumableerror
johnmtll Jul 28, 2026
eedf1e9
docs: address comment
johnmtll Jul 28, 2026
a986a42
docs: address comment
johnmtll Jul 28, 2026
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
2 changes: 1 addition & 1 deletion .evergreen/ci_matrix_constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4'];
const versions = [
{ codeName: 'iron', versionNumber: '20.19.0' },
{ codeName: 'jod', versionNumber: 22 },
Expand Down
Loading
Loading