modify modify_server_permanent_offline_time
This commit is contained in:
@ -488,7 +488,7 @@ def do_check(my_host, my_port, my_user, my_passwd, timeout, upgrade_params):
|
|||||||
check_ddl_task_execute(query_cur)
|
check_ddl_task_execute(query_cur)
|
||||||
# all check func should execute before check_fail_list
|
# all check func should execute before check_fail_list
|
||||||
check_fail_list()
|
check_fail_list()
|
||||||
#modify_server_permanent_offline_time(cur)
|
modify_server_permanent_offline_time(cur)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
logging.exception('run error')
|
logging.exception('run error')
|
||||||
raise e
|
raise e
|
||||||
|
|||||||
Reference in New Issue
Block a user