Skip to content

Commit 2e4718e

Browse files
committed
Test Netty against MongoDB 4.4 replica sets
Since the streaming protocol places unique demands on Stream implementations, best to test Netty on 4.4 replica sets.
1 parent c8b028a commit 2e4718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/.evg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ buildvariants:
10271027
- name: "socket-test"
10281028

10291029
- matrix_name: "tests-netty"
1030-
matrix_spec: { auth: "noauth", ssl: "*", jdk: "jdk8", version: ["4.2"], topology: "standalone", os: "linux" }
1030+
matrix_spec: { auth: "noauth", ssl: "*", jdk: "jdk8", version: ["4.2", "4.4"], topology: "replicaset", os: "linux" }
10311031
display_name: "Netty: ${version} ${topology} ${ssl} ${jdk} ${os} "
10321032
tags: ["tests-variant"]
10331033
tasks:

0 commit comments

Comments
 (0)