File tree 2 files changed +8
-2
lines changed
chaosreliably/activities/load
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ ]
4
4
5
- [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/compare/0.80.1...HEAD
5
+ [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/compare/0.80.2...HEAD
6
+
7
+ ## [ 0.80.2] [ ]
8
+
9
+ [ 0.80.2 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/compare/0.80.1...0.80.2
10
+
11
+ * Use a specific proxy environment variable to prevent mixing system proxy settings
6
12
7
13
## [ 0.80.1] [ ]
8
14
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def run_load_test(
219
219
f"{ qps } " ,
220
220
]
221
221
222
- proxy = os .getenv ("HTTPS_PROXY " , os .getenv ("HTTP_PROXY " ))
222
+ proxy = os .getenv ("OHA_HTTPS_PROXY " , os .getenv ("OHA_HTTP_PROXY " ))
223
223
if proxy :
224
224
cmd .extend (["-x" , proxy ])
225
225
You can’t perform that action at this time.
0 commit comments