Skip to content

Commit eb5e832

Browse files
authored
GODRIVER-2417 Run load balancer tests against 6.0 and 5.0. (#991)
1 parent b8abadc commit eb5e832

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,10 +2259,7 @@ buildvariants:
22592259

22602260
- matrix_name: "load-balancer-test"
22612261
# The LB software is only available on Ubuntu 18.04, so we don't test on all OSes.
2262-
# The new "loadBalancerPort" option is supported starting with server 5.2, which responds
2263-
# correctly to "hello" commands with a service ID when behind a load balancer. Only run load
2264-
# balancer tests on server 5.2+ ("rapid", "latest" are always 5.2+).
2265-
matrix_spec: { version: ["rapid", "latest"], os-ssl-40: ["ubuntu1804-64-go-1-17"] }
2262+
matrix_spec: { version: ["5.0", "6.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-17"] }
22662263
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
22672264
tasks:
22682265
- name: ".load-balancer"

0 commit comments

Comments
 (0)