Skip to content

Commit d53e0bc

Browse files
blink1073qingyang-hu
authored andcommitted
GODRIVER-2951 Improper handling of env vars in Load Balancer Test (#1361)
1 parent 5fb4e8d commit d53e0bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,9 @@ tasks:
16961696
LOAD_BALANCER: "true"
16971697
- func: run-load-balancer
16981698
- func: run-load-balancer-tests
1699+
vars:
1700+
AUTH: "noauth"
1701+
SSL: "nossl"
16991702

17001703
- name: test-load-balancer-auth-ssl
17011704
tags: ["load-balancer"]
@@ -1708,6 +1711,9 @@ tasks:
17081711
LOAD_BALANCER: "true"
17091712
- func: run-load-balancer
17101713
- func: run-load-balancer-tests
1714+
vars:
1715+
AUTH: "auth"
1716+
SSL: "ssl"
17111717

17121718
- name: test-race
17131719
tags: ["race"]

0 commit comments

Comments
 (0)