Skip to content

Commit d383697

Browse files
committed
tests: minor fixes in merge module
1 parent d9fbced commit d383697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_merge_compressed_and_uncompressed_backups_1(self):
345345
self.assertEqual(show_backup["backup-mode"], "FULL")
346346

347347
# Change data
348-
pgbench = node.pgbench(options=['-T', '20', '-c', '2', '--no-vacuum'])
348+
pgbench = node.pgbench(options=['-T', '20', '-c', '1', '--no-vacuum'])
349349
pgbench.wait()
350350

351351
# Do uncompressed DELTA backup
@@ -354,7 +354,7 @@ def test_merge_compressed_and_uncompressed_backups_1(self):
354354
options=['--stream'])
355355

356356
# Change data
357-
pgbench = node.pgbench(options=['-T', '20', '-c', '2', '--no-vacuum'])
357+
pgbench = node.pgbench(options=['-T', '20', '-c', '1', '--no-vacuum'])
358358
pgbench.wait()
359359

360360
# Do compressed PAGE backup

0 commit comments

Comments
 (0)