@@ -485,7 +485,6 @@ def test_merge_tablespaces(self):
485485 base_dir = os .path .join (module_name , fname , 'node' ),
486486 set_replication = True , initdb_params = ['--data-checksums' ],
487487 pg_options = {
488- 'max_wal_senders' : '2' ,
489488 'autovacuum' : 'off'
490489 }
491490 )
@@ -564,7 +563,6 @@ def test_merge_tablespaces_1(self):
564563 base_dir = os .path .join (module_name , fname , 'node' ),
565564 set_replication = True , initdb_params = ['--data-checksums' ],
566565 pg_options = {
567- 'max_wal_senders' : '2' ,
568566 'autovacuum' : 'off'
569567 }
570568 )
@@ -648,7 +646,6 @@ def test_merge_page_truncate(self):
648646 set_replication = True ,
649647 initdb_params = ['--data-checksums' ],
650648 pg_options = {
651- 'max_wal_senders' : '2' ,
652649 'checkpoint_timeout' : '300s' ,
653650 'autovacuum' : 'off'
654651 }
@@ -742,7 +739,6 @@ def test_merge_delta_truncate(self):
742739 set_replication = True ,
743740 initdb_params = ['--data-checksums' ],
744741 pg_options = {
745- 'max_wal_senders' : '2' ,
746742 'checkpoint_timeout' : '300s' ,
747743 'autovacuum' : 'off'
748744 }
@@ -836,7 +832,6 @@ def test_merge_ptrack_truncate(self):
836832 set_replication = True ,
837833 initdb_params = ['--data-checksums' ],
838834 pg_options = {
839- 'max_wal_senders' : '2' ,
840835 'checkpoint_timeout' : '300s' ,
841836 'autovacuum' : 'off' ,
842837 'ptrack_enable' : 'on'
@@ -930,7 +925,6 @@ def test_merge_delta_delete(self):
930925 base_dir = os .path .join (module_name , fname , 'node' ),
931926 set_replication = True , initdb_params = ['--data-checksums' ],
932927 pg_options = {
933- 'max_wal_senders' : '2' ,
934928 'checkpoint_timeout' : '30s' ,
935929 'autovacuum' : 'off'
936930 }
@@ -1683,7 +1677,6 @@ def test_merge_backup_from_future(self):
16831677 set_replication = True ,
16841678 initdb_params = ['--data-checksums' ],
16851679 pg_options = {
1686- 'max_wal_senders' : '2' ,
16871680 'autovacuum' : 'off' })
16881681
16891682 backup_dir = os .path .join (self .tmp_path , module_name , fname , 'backup' )
0 commit comments