mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
[Issue #228] minor fixes in tests
This commit is contained in:
+1
-1
@@ -2242,7 +2242,7 @@ class ArchiveTest(ProbackupTest, unittest.TestCase):
|
||||
# at this point replica is consistent
|
||||
restore_command = self.get_restore_command(backup_dir, 'node', replica)
|
||||
|
||||
restore_command += ' -j 2 --batch-size=10 --log-level-console=VERBOSE'
|
||||
restore_command += ' -j5 --batch-size=10 --log-level-console=VERBOSE'
|
||||
#restore_command += ' --batch-size=2 --log-level-console=VERBOSE'
|
||||
|
||||
if node.major_version >= 12:
|
||||
|
||||
@@ -1178,7 +1178,7 @@ class ProbackupTest(object):
|
||||
if overwrite:
|
||||
options['archive_command'] += '--overwrite '
|
||||
|
||||
options['archive_command'] += '--log-level-console=verbose '
|
||||
options['archive_command'] += '--log-level-console=VERBOSE '
|
||||
options['archive_command'] += '-j 5 '
|
||||
options['archive_command'] += '--batch-size 10 '
|
||||
options['archive_command'] += '--no-sync '
|
||||
|
||||
Reference in New Issue
Block a user