提交 7dc3bc80 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Disable calls to gpcheckmirrorseg in tests.

gpcheckmirrorseg needs to be reimplemented, if we want to keep doing this
kind of calidation.
上级 823087bf
......@@ -290,9 +290,12 @@ class SuspendCheckpointCrashRecovery(MPPTestCase):
raise Exception('Segments not in sync')
tinctest.logger.info('Segments recovered and back in sync')
self.dbstate.check_mirrorintegrity()
if self.config.has_master_mirror():
self.dbstate.check_mirrorintegrity(master=True)
# WALREP_FIXME: gpcheckmirrorseg doesn't work with WAL replication.
# Need a replacement, something based on gp_replica_check probably.
# But for now, just disable this part of the validation.
#self.dbstate.check_mirrorintegrity()
#if self.config.has_master_mirror():
# self.dbstate.check_mirrorintegrity(master=True)
def run_fault_injector_to_skip_checkpoint(self):
tinctest.logger.info('Skip Checkpointing using fault injector.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册