Skip to content

Commit f324899

Browse files
committed
[Issue #228] minor fixes in tests
1 parent b5782d0 commit f324899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ def test_archive_get_prefetch_corruption(self):
22422242
# at this point replica is consistent
22432243
restore_command = self.get_restore_command(backup_dir, 'node', replica)
22442244

2245-
restore_command += ' -j 2 --batch-size=10 --log-level-console=VERBOSE'
2245+
restore_command += ' -j5 --batch-size=10 --log-level-console=VERBOSE'
22462246
#restore_command += ' --batch-size=2 --log-level-console=VERBOSE'
22472247

22482248
if node.major_version >= 12:

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ def set_archiving(
11781178
if overwrite:
11791179
options['archive_command'] += '--overwrite '
11801180

1181-
options['archive_command'] += '--log-level-console=verbose '
1181+
options['archive_command'] += '--log-level-console=VERBOSE '
11821182
options['archive_command'] += '-j 5 '
11831183
options['archive_command'] += '--batch-size 10 '
11841184
options['archive_command'] += '--no-sync '

0 commit comments

Comments
 (0)