Skip to content

Commit

Permalink
feat: Store load test run
Browse files Browse the repository at this point in the history
Allows the monitor to wait until the run starts and share the run id with the load test script.
  • Loading branch information
bmtcril committed Mar 25, 2024
1 parent 329f652 commit a695797
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def check_clickhouse_for_test(self) -> Union[str, None]:
timeout=self.ch_timeout_secs,
)

print(response.text)

try:
return response.json()["data"][0]
except (KeyError, requests.exceptions.JSONDecodeError):
Expand Down

0 comments on commit a695797

Please sign in to comment.