We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207a1a commit 1a8b053Copy full SHA for 1a8b053
tests/integration/test_storage_nats/test.py
@@ -61,7 +61,7 @@ def wait_nats_paused(nats_port, ssl_ctx=None, timeout=180):
61
logging.debug("NATS is paused")
62
return
63
except Exception as ex:
64
- logging.warning("Detect NATS status failed, error:" + str(ex))
+ logging.warning("Detect NATS status failed with error \"" + str(ex) + "\" - continue waiting for proper status...")
65
time.sleep(0.5)
66
67
assert False, "NATS is not paused"
0 commit comments