1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

tests: fix test_ptrack_vacuum_replica() and test_ptrack_vacuum_bits_frozen_replica()

This commit is contained in:
Grigory Smolkin 2019-02-15 19:35:51 +03:00
parent 8e5e62612b
commit 7ab3b03060
2 changed files with 4 additions and 2 deletions

View File

@ -155,7 +155,8 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
backup_dir, 'replica', replica, options=[
'-j10', '--master-host=localhost',
'--master-db=postgres',
'--master-port={0}'.format(master.port)])
'--master-port={0}'.format(master.port),
'--stream'])
for i in idx_ptrack:
# get fork size and calculate it in pages

View File

@ -148,7 +148,8 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
'-j10',
'--master-host=localhost',
'--master-db=postgres',
'--master-port={0}'.format(master.port)])
'--master-port={0}'.format(master.port),
'--stream'])
for i in idx_ptrack:
# get size of heap and indexes. size calculated in pages