Skip to content

Commit

Permalink
GODRIVER-2951 Improper handling of env vars in Load Balancer Test (#1361
Browse files Browse the repository at this point in the history
)
  • Loading branch information
blink1073 authored and qingyang-hu committed Nov 8, 2023
1 parent 5fb4e8d commit d53e0bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,9 @@ tasks:
LOAD_BALANCER: "true"
- func: run-load-balancer
- func: run-load-balancer-tests
vars:
AUTH: "noauth"
SSL: "nossl"

- name: test-load-balancer-auth-ssl
tags: ["load-balancer"]
Expand All @@ -1708,6 +1711,9 @@ tasks:
LOAD_BALANCER: "true"
- func: run-load-balancer
- func: run-load-balancer-tests
vars:
AUTH: "auth"
SSL: "ssl"

- name: test-race
tags: ["race"]
Expand Down

0 comments on commit d53e0bc

Please sign in to comment.