1
0
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:
sfalkon
2017-11-03 15:49:31 +03:00
parent a4917beacc
commit 2eea2dd433
2 changed files with 2 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ class ProbackupTest(object):
shutil.rmtree(real_base_dir, ignore_errors=True)
node = testgres.get_new_node('test', base_dir=real_base_dir)
node.should_rm_base_dir = True
node.should_rm_dirs = True
node.init(initdb_params=initdb_params, allow_streaming=set_replication)
# Sane default parameters, not a shit with fsync = off from testgres