Skip to content

Commit 2b163f6

Browse files
CSHARP-3682: Test against 5.0 servers (#558)
1 parent 77491d1 commit 2b163f6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

evergreen/evergreen.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,10 @@ axes:
10751075
display_name: "latest"
10761076
variables:
10771077
VERSION: "latest"
1078+
- id: "5.0"
1079+
display_name: "5.0"
1080+
variables:
1081+
VERSION: "5.0"
10781082
- id: "4.4"
10791083
display_name: "4.4"
10801084
variables:
@@ -1225,7 +1229,7 @@ buildvariants:
12251229
- name: test-netstandard21
12261230

12271231
- matrix_name: "tests-zlib-compression"
1228-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "windows-64" }
1232+
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" }
12291233
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
12301234
tags: ["tests-variant"]
12311235
tasks:
@@ -1235,7 +1239,7 @@ buildvariants:
12351239
- name: test-netstandard21
12361240

12371241
- matrix_name: "tests-snappy-compression"
1238-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "windows-64" }
1242+
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" }
12391243
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
12401244
tags: ["tests-variant"]
12411245
tasks:
@@ -1245,7 +1249,7 @@ buildvariants:
12451249
- name: test-netstandard21
12461250

12471251
- matrix_name: "tests-zstandard-compression"
1248-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "windows-64" }
1252+
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" }
12491253
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
12501254
tags: ["tests-variant"]
12511255
tasks:
@@ -1256,7 +1260,7 @@ buildvariants:
12561260

12571261
# ubuntu 18 does not support SSL until 4.0
12581262
- matrix_name: "secure-tests-linux"
1259-
matrix_spec: { version: ["4.0", "4.2", "4.4", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
1263+
matrix_spec: { version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
12601264
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
12611265
tags: ["tests-variant"]
12621266
tasks:
@@ -1275,7 +1279,7 @@ buildvariants:
12751279

12761280
# macos-1014 does not support SSL until 3.2
12771281
- matrix_name: "secure-tests-macOS"
1278-
matrix_spec: { version: ["3.2", "3.6", "4.0", "4.2", "4.4", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "macos-1014" }
1282+
matrix_spec: { version: ["3.2", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "macos-1014" }
12791283
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
12801284
tags: ["tests-variant"]
12811285
tasks:
@@ -1294,7 +1298,7 @@ buildvariants:
12941298
- name: test-netstandard21
12951299

12961300
- matrix_name: "tests-zlib-compression-posix"
1297-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "ubuntu-1804" }
1301+
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" }
12981302
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
12991303
tags: ["tests-variant"]
13001304
tasks:
@@ -1303,14 +1307,14 @@ buildvariants:
13031307
- name: test-netstandard21
13041308

13051309
- matrix_name: "ocsp-tests"
1306-
matrix_spec: { version: ["4.4", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1310+
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"] }
13071311
display_name: "OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
13081312
batchtime: 20160 # 14 days
13091313
tasks:
13101314
- name: ".ocsp"
13111315

13121316
- matrix_name: aws-auth-tests
1313-
matrix_spec: { version: ["4.4", "latest"], topology: "standalone", os: "windows-64" }
1317+
matrix_spec: { version: ["4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
13141318
display_name: "MONGODB-AWS Auth test ${version} ${os}"
13151319
run_on:
13161320
- windows-64-vs2017-test

0 commit comments

Comments
 (0)