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