Skip to content

Commit 7ab3b03

Browse files
committed
tests: fix test_ptrack_vacuum_replica() and test_ptrack_vacuum_bits_frozen_replica()
1 parent 8e5e626 commit 7ab3b03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/ptrack_vacuum.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ def test_ptrack_vacuum_replica(self):
155155
backup_dir, 'replica', replica, options=[
156156
'-j10', '--master-host=localhost',
157157
'--master-db=postgres',
158-
'--master-port={0}'.format(master.port)])
158+
'--master-port={0}'.format(master.port),
159+
'--stream'])
159160

160161
for i in idx_ptrack:
161162
# get fork size and calculate it in pages

tests/ptrack_vacuum_bits_frozen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ def test_ptrack_vacuum_bits_frozen_replica(self):
148148
'-j10',
149149
'--master-host=localhost',
150150
'--master-db=postgres',
151-
'--master-port={0}'.format(master.port)])
151+
'--master-port={0}'.format(master.port),
152+
'--stream'])
152153

153154
for i in idx_ptrack:
154155
# get size of heap and indexes. size calculated in pages

0 commit comments

Comments
 (0)