You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-17 07:22:20 +02:00
Fix broken in da5eb96
tests.validate.ValidateTest.test_basic_validate_nullified_heap_page_backup
This commit is contained in:
@ -980,12 +980,6 @@ class ProbackupTest(object):
|
|||||||
if not old_binary:
|
if not old_binary:
|
||||||
cmd_list += ['--no-sync']
|
cmd_list += ['--no-sync']
|
||||||
|
|
||||||
if self.verbose:
|
|
||||||
cmd_list += [
|
|
||||||
'--log-level-file=VERBOSE',
|
|
||||||
'--log-directory={0}'.format(node.logs_dir)
|
|
||||||
]
|
|
||||||
|
|
||||||
return self.run_pb(cmd_list + options, asynchronous, gdb, old_binary, return_id, env=env)
|
return self.run_pb(cmd_list + options, asynchronous, gdb, old_binary, return_id, env=env)
|
||||||
|
|
||||||
def checkdb_node(
|
def checkdb_node(
|
||||||
|
Reference in New Issue
Block a user