Skip to content

Commit 63b7909

Browse files
committed
Merge branch 'master' into release_2_5
2 parents 5cd672d + 8147001 commit 63b7909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/incr_restore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def test_basic_incr_restore_sanity(self):
288288
node = self.make_simple_node(
289289
base_dir=os.path.join(module_name, fname, 'node'),
290290
initdb_params=['--data-checksums'],
291+
set_replication=True,
291292
pg_options={'autovacuum': 'off'})
292293

293294
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')

0 commit comments

Comments
 (0)