File tree 2 files changed +9
-2
lines changed
chaosreliably/activities/load
2 files changed +9
-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.2...HEAD
5
+ [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/compare/0.80.3...HEAD
6
+
7
+ ## [ 0.80.3] [ ]
8
+
9
+ [ 0.80.3 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/compare/0.80.2...0.80.3
10
+
11
+ * Log oha command line
6
12
7
13
## [ 0.80.2] [ ]
8
14
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ def run_load_test(
252
252
253
253
env = {} # type: Dict[str, str]
254
254
try :
255
+ logger .debug (f"Running command { cmd } " )
255
256
p = subprocess .run ( # nosec
256
257
cmd ,
257
258
timeout = duration + 60 ,
@@ -272,7 +273,7 @@ def run_load_test(
272
273
stderr = decode_bytes (p .stderr )
273
274
274
275
logger .debug (f"oha exit code: { p .returncode } " )
275
- logger .debug (f"locust stderr: { stderr } " )
276
+ logger .debug (f"oha stderr: { stderr } " )
276
277
277
278
try :
278
279
results = cast (Dict [str , Any ], json .loads (stdout ))
You can’t perform that action at this time.
0 commit comments