From 814700126dcde27cab33a5c4dcdab606752a5cfc Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Mon, 6 Jul 2020 14:05:13 +0300 Subject: [PATCH] tests: fix streaming in tests.incr_restore.IncrRestoreTest.test_basic_incr_restore_sanity --- tests/incr_restore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/incr_restore.py b/tests/incr_restore.py index 9caa479c..3e682953 100644 --- a/tests/incr_restore.py +++ b/tests/incr_restore.py @@ -288,6 +288,7 @@ class IncrRestoreTest(ProbackupTest, unittest.TestCase): node = self.make_simple_node( base_dir=os.path.join(module_name, fname, 'node'), initdb_params=['--data-checksums'], + set_replication=True, pg_options={'autovacuum': 'off'}) backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')