Skip to content

Commit bdf999a

Browse files
authored
CSHARP-4155: Test against MongoDB 6.0. (#784)
1 parent 1c99f06 commit bdf999a

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

evergreen/evergreen.yml

+22-18
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,10 @@ axes:
13301330
display_name: "latest"
13311331
variables:
13321332
VERSION: "latest"
1333+
- id: "6.0"
1334+
display_name: "6.0"
1335+
variables:
1336+
VERSION: "6.0"
13331337
- id: "5.0"
13341338
display_name: "5.0"
13351339
variables:
@@ -1466,7 +1470,7 @@ buildvariants:
14661470
- name: test-netstandard21
14671471

14681472
- matrix_name: "tests-zlib-compression"
1469-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1473+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "windows-64" }
14701474
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
14711475
tags: ["tests-variant"]
14721476
tasks:
@@ -1475,7 +1479,7 @@ buildvariants:
14751479
- name: test-netstandard21
14761480

14771481
- matrix_name: "tests-snappy-compression"
1478-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1482+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "windows-64" }
14791483
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
14801484
tags: ["tests-variant"]
14811485
tasks:
@@ -1484,22 +1488,22 @@ buildvariants:
14841488
- name: test-netstandard21
14851489

14861490
- matrix_name: "tests-snappy-compression-linux"
1487-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "ubuntu-1804" }
1491+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "ubuntu-1804" }
14881492
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
14891493
tags: ["tests-variant"]
14901494
tasks:
14911495
- name: test-netstandard20
14921496
- name: test-netstandard21
14931497

14941498
- matrix_name: "tests-snappy-compression-macOS"
1495-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["5.0", "latest"], topology: "standalone", os: "macos-1014" }
1499+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", "latest"], topology: "standalone", os: "macos-1014" }
14961500
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
14971501
tags: ["tests-variant"]
14981502
tasks:
14991503
- name: test-netstandard21
15001504

15011505
- matrix_name: "tests-zstandard-compression"
1502-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1506+
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "windows-64" }
15031507
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
15041508
tags: ["tests-variant"]
15051509
tasks:
@@ -1508,23 +1512,23 @@ buildvariants:
15081512
- name: test-netstandard21
15091513

15101514
- matrix_name: "tests-zstandard-compression-linux"
1511-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "ubuntu-1804" }
1515+
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "ubuntu-1804" }
15121516
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
15131517
tags: ["tests-variant"]
15141518
tasks:
15151519
- name: test-netstandard20
15161520
- name: test-netstandard21
15171521

15181522
- matrix_name: "tests-zstandard-compression-macOS"
1519-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["5.0", "latest"], topology: "standalone", os: "macos-1014" }
1523+
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", "latest"], topology: "standalone", os: "macos-1014" }
15201524
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
15211525
tags: ["tests-variant"]
15221526
tasks:
15231527
- name: test-netstandard21
15241528

15251529
# ubuntu 18 does not support SSL until 4.0
15261530
- matrix_name: "secure-tests-linux"
1527-
matrix_spec: { version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
1531+
matrix_spec: { version: ["4.0", "4.2", "4.4", "5.0", "6.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
15281532
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
15291533
tags: ["tests-variant"]
15301534
tasks:
@@ -1540,44 +1544,44 @@ buildvariants:
15401544
- name: test-netstandard21
15411545

15421546
- matrix_name: "secure-tests-macOS"
1543-
matrix_spec: { version: ["5.0", "latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: "macos-1014" }
1547+
matrix_spec: { version: ["5.0", "6.0", "latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: "macos-1014" }
15441548
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
15451549
tags: ["tests-variant"]
15461550
tasks:
15471551
- name: test-netstandard21
15481552

15491553
- matrix_name: "unsecure-tests-macOS"
1550-
matrix_spec: { version: ["5.0", "latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: "macos-1014" }
1554+
matrix_spec: { version: ["5.0", "6.0", "latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: "macos-1014" }
15511555
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
15521556
tags: ["tests-variant"]
15531557
tasks:
15541558
- name: test-netstandard21
15551559

15561560
- matrix_name: "tests-zlib-compression-posix"
1557-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "ubuntu-1804" }
1561+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: "*", topology: "standalone", os: "ubuntu-1804" }
15581562
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
15591563
tags: ["tests-variant"]
15601564
tasks:
15611565
- name: test-netstandard20
15621566
- name: test-netstandard21
15631567

15641568
- matrix_name: "ocsp-tests"
1565-
matrix_spec: { version: ["4.4", "5.0", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1569+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
15661570
display_name: "OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
15671571
batchtime: 20160 # 14 days
15681572
tasks:
15691573
- name: ".ocsp"
15701574

15711575
- matrix_name: aws-auth-tests
1572-
matrix_spec: { version: ["4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1576+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], topology: "standalone", os: "windows-64" }
15731577
display_name: "MONGODB-AWS Auth test ${version} ${os}"
15741578
run_on:
15751579
- windows-64-vs2017-test
15761580
tasks:
15771581
- name: aws-auth-tests
15781582

15791583
- matrix_name: stable-api-tests
1580-
matrix_spec: { version: ["5.0", "latest"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
1584+
matrix_spec: { version: ["5.0", "6.0", "latest"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
15811585
display_name: "Stable API ${version} ${topology} ${auth} ${ssl} ${os}"
15821586
run_on:
15831587
- windows-64-vs2017-test
@@ -1653,22 +1657,22 @@ buildvariants:
16531657
- name: test-gssapi-netstandard21
16541658

16551659
- matrix_name: "csfle-with-mocked-kms-tests-windows"
1656-
matrix_spec: { os: "windows-64", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1660+
matrix_spec: { os: "windows-64", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
16571661
display_name: "CSFLE Mocked KMS ${os}"
16581662
tasks:
16591663
- name: test-kms-tls-mocked-net472
16601664
- name: test-kms-tls-mocked-netstandard20
1661-
- name: test-kms-tls-mocked-netstandard21
1665+
- name: test-kms-tls-mocked-netstandard21
16621666

16631667
- matrix_name: "csfle-with-mocked-kms-tests-linux"
1664-
matrix_spec: { os: "ubuntu-1804", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1668+
matrix_spec: { os: "ubuntu-1804", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
16651669
display_name: "CSFLE Mocked KMS ${os}"
16661670
tasks:
16671671
- name: test-kms-tls-mocked-netstandard20
16681672
- name: test-kms-tls-mocked-netstandard21
16691673

16701674
- matrix_name: "csfle-with-mocked-kms-tests-macOS"
1671-
matrix_spec: { os: "macos-1014", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1675+
matrix_spec: { os: "macos-1014", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
16721676
display_name: "CSFLE Mocked KMS ${os}"
16731677
tasks:
16741678
- name: test-kms-tls-mocked-netstandard21

0 commit comments

Comments
 (0)