Various updates for failover and to cases

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2023-05-24 11:15:12 +03:00
parent a34c34991f
commit 6cdeb497c0
3 changed files with 37 additions and 10 deletions

View file

@ -239,4 +239,4 @@ class K6:
def __log_output(self) -> None:
reporter.attach(self._k6_process.stdout(full=True), "K6 stdout")
reporter.attach(self._k6_process.stderr(full=True), "K6 stderr")
reporter.attach(f"{self._k6_process.process_dir}/stderr", "K6 stderr path")