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

pgpro589 added

This commit is contained in:
Grigory Smolkin
2017-05-18 13:01:30 +03:00
parent ff03146366
commit 2b02bd4094
9 changed files with 228 additions and 124 deletions

View File

@ -31,6 +31,7 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
)
node.start()
node.pgbench_init(scale=2)
pgbench = node.pgbench(
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
@ -67,6 +68,7 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
with open(os.path.join(node.logs_dir, "backup_1.log"), "wb") as backup_log:
backup_log.write(self.backup_pb(node, options=["--verbose"]))
node.pgbench_init(scale=2)
pgbench = node.pgbench(
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,