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 b6d57b4 commit 868acc9Copy full SHA for 868acc9
tests/templates/kuttl/smoke/test_zookeeper.py
@@ -74,9 +74,7 @@ def check_monitoring(hosts):
74
75
if response.ok:
76
# arbitrary metric was chosen to test if metrics are present in the response
77
- if "quorum_size" in response.text:
78
- continue
79
- else:
+ if "quorum_size" not in response.text:
80
print("Error for [" + url + "]: missing metrics")
81
exit(-1)
82
else:
0 commit comments