Skip to content

Commit

Permalink
Revert logging line
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jan 9, 2024
1 parent 3097bbc commit f493f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/perf_test/perf_test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def wait_for_processing(self, tries: int = 3, delay: int = 15, backoff: int = 2)

# Should be invoked only if the endpoint is public.
assert self.is_endpoint_public, "wait_for_processing should be invoked only when cluster is public"
logging.info(f"Waiting for domain at {self.endpoint} to be up")
logging.info("Waiting for domain to be up")
url = "".join([self.endpoint_with_port, "/_cluster/health"])
retry_call(requests.get, fkwargs={"url": url, "auth": HTTPBasicAuth('admin', password), "verify": False},
tries=tries, delay=delay, backoff=backoff)
Expand Down

0 comments on commit f493f24

Please sign in to comment.