Commit b0a6b8ac authored by Julien Muchembled's avatar Julien Muchembled

stress: fix regression since monitoring changes in the admin node

Stress code reuses the admin application class and the latter
was changed in commit e434c253.
parent c681f666
......@@ -45,6 +45,7 @@ class Handler(MasterEventHandler):
class StressApplication(AdminApplication):
backup_dict = {}
cluster_state = server = uuid = None
listening_conn = True
fault_probability = 1
......@@ -65,6 +66,9 @@ class StressApplication(AdminApplication):
def close(self):
BaseApplication.close(self)
def updateMonitorInformation(*args, **kw):
pass
def run(self):
visibility = None
from logging import disable, ERROR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment