We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898d5f3 commit 4bcdda4Copy full SHA for 4bcdda4
tests/archive.py
@@ -2008,8 +2008,7 @@ def test_archive_pg_receivexlog_partial_handling(self):
2008
node = self.make_simple_node(
2009
base_dir=os.path.join(module_name, fname, 'node'),
2010
set_replication=True,
2011
- initdb_params=['--data-checksums'],
2012
- pg_options={'archive_timeout': '10s'})
+ initdb_params=['--data-checksums'])
2013
2014
self.init_pb(backup_dir)
2015
self.add_instance(backup_dir, 'node', node)
0 commit comments