提交 0afce566 编写于 作者: J Jialun 提交者: GitHub

Revert "Fix gpexpand flaky case (#7232)"

This reverts commit d0839b23.
上级 ad1e76f2
......@@ -181,13 +181,8 @@ def start_database(context):
def stop_database_if_started(context):
try:
if check_database_is_running(context):
stop_database(context)
except Exception, err:
if check_database_is_running(context):
raise Exception(err)
else:
context.exception = None
def stop_database(context):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册