You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-11-24 22:53:40 +02:00
fix ptrack
This commit is contained in:
@@ -612,14 +612,16 @@ class ProbackupTest(object):
|
||||
try:
|
||||
testgres.clean_all()
|
||||
except:
|
||||
pass
|
||||
testgres.cleanup()
|
||||
|
||||
"""
|
||||
shutil.rmtree(os.path.join(self.tmp_path, module_name, fname),
|
||||
ignore_errors=True)
|
||||
try:
|
||||
os.rmdir(os.path.join(self.tmp_path, module_name))
|
||||
except:
|
||||
pass
|
||||
"""
|
||||
|
||||
def pgdata_content(self, directory):
|
||||
""" return dict with directory content. TAKE IT AFTER CHECKPOINT or BACKUP"""
|
||||
|
||||
Reference in New Issue
Block a user