1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-17 21:18:00 +02:00

tests: minor fix for test_page_backup_with_corrupted_wal_segment()

This commit is contained in:
Grigory Smolkin 2019-02-14 18:11:27 +03:00
parent fb5046343f
commit 8e5e62612b

View File

@ -776,7 +776,7 @@ class PageBackupTest(ProbackupTest, unittest.TestCase):
self.backup_node(backup_dir, 'node', node)
# make some wals
node.pgbench_init(scale=3)
node.pgbench_init(scale=4)
# delete last wal segment
wals_dir = os.path.join(backup_dir, 'wal', 'node')