[CP] Fix schema & upgrade related problems

This commit is contained in:
tino247
2022-12-13 13:07:55 +00:00
committed by ob-robot
parent 4c7cfd9120
commit e603b2fe6a
8 changed files with 30 additions and 9 deletions

View File

@ -1242,6 +1242,9 @@
# logging.warn("invalid job status: {0}".format(results[0][0]))
# raise e
#
# if times >= 180:
# logging.warn("run upgrade job timeout")
# raise e
# times = times + 1
# time.sleep(10)
# except Exception, e:
@ -2259,7 +2262,7 @@
#
#class UpgradeParams:
# log_filename = 'upgrade_post_checker.log'
# new_version = '4.0.0.0'
# new_version = '4.1.0.0'
##### --------------start : my_error.py --------------
#class MyError(Exception):
# def __init__(self, value):