1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-16 07:14:15 +02:00

pgpro561 added

This commit is contained in:
Grigory Smolkin
2017-05-17 12:46:38 +03:00
parent 442cef1ca5
commit fa1ba6c531
20 changed files with 161 additions and 111 deletions

View File

@ -24,7 +24,6 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
def test_validate_time(self):
"""recovery to latest from full backup"""
fname = self.id().split('.')[3]
print '\n {0} started'.format(fname)
node = self.make_simple_node(base_dir="tmp_dirs/validate/{0}".format(fname),
set_archiving=True,
initdb_params=['--data-checksums'],
@ -52,7 +51,6 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
def test_validate_wal_1(self):
"""recovery to latest from full backup"""
fname = self.id().split('.')[3]
print '\n {0} started'.format(fname)
node = self.make_simple_node(base_dir="tmp_dirs/validate/{0}".format(fname),
set_archiving=True,
initdb_params=['--data-checksums'],
@ -172,7 +170,6 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
def test_validate_wal_lost_segment_1(self):
"""Loose segment which belong to some backup"""
fname = self.id().split('.')[3]
print '{0} started'.format(fname)
node = self.make_simple_node(base_dir="tmp_dirs/validate/{0}".format(fname),
set_archiving=True,
initdb_params=['--data-checksums'],
@ -209,7 +206,6 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
def test_validate_wal_lost_segment_2(self):
"""Loose segment located between backups """
fname = self.id().split('.')[3]
print '{0} started'.format(fname)
node = self.make_simple_node(base_dir="tmp_dirs/validate/{0}".format(fname),
set_archiving=True,
initdb_params=['--data-checksums'],