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

tests: minor fixes in merge module

This commit is contained in:
Grigory Smolkin
2020-06-19 02:36:38 +03:00
parent d9fbced324
commit d383697b88

View File

@ -345,7 +345,7 @@ class MergeTest(ProbackupTest, unittest.TestCase):
self.assertEqual(show_backup["backup-mode"], "FULL")
# Change data
pgbench = node.pgbench(options=['-T', '20', '-c', '2', '--no-vacuum'])
pgbench = node.pgbench(options=['-T', '20', '-c', '1', '--no-vacuum'])
pgbench.wait()
# Do uncompressed DELTA backup
@ -354,7 +354,7 @@ class MergeTest(ProbackupTest, unittest.TestCase):
options=['--stream'])
# Change data
pgbench = node.pgbench(options=['-T', '20', '-c', '2', '--no-vacuum'])
pgbench = node.pgbench(options=['-T', '20', '-c', '1', '--no-vacuum'])
pgbench.wait()
# Do compressed PAGE backup