8000 tests: fix test_archive_pg_receivexlog_partial_handling · postgrespro/pg_probackup@4bcdda4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bcdda4

Browse files
committed
tests: fix test_archive_pg_receivexlog_partial_handling
1 parent 898d5f3 commit 4bcdda4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/archive.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,8 +2008,7 @@ def test_archive_pg_receivexlog_partial_handling(self):
20082008
node = self.make_simple_node(
20092009
base_dir=os.path.join(module_name, fname, 'node'),
20102010
set_replication=True,
2011-
initdb_params=['--data-checksums'],
2012-
pg_options={'archive_timeout': '10s'})
2011+
initdb_params=['--data-checksums'])
20132012

20142013
self.init_pb(backup_dir)
20152014
self.add_instance(backup_dir, 'node', node)

0 commit comments

Comments
 (0)
0