Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bcdda4

Browse filesBrowse files
committed
tests: fix test_archive_pg_receivexlog_partial_handling
1 parent 898d5f3 commit 4bcdda4
Copy full SHA for 4bcdda4

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎tests/archive.py

Copy file name to clipboardExpand all lines: tests/archive.py
+1-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.