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:
parent
fb5046343f
commit
8e5e62612b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user