File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3031,7 +3031,7 @@ def test_basic_ptrack_truncate_replica(self):
3031
3031
pg_options = {
3032
3032
'max_wal_size' : '32MB' ,
3033
3033
'archive_timeout' : '10s' ,
3034
- 'checkpoint_timeout' : '30s ' ,
3034
+ 'checkpoint_timeout' : '5min ' ,
3035
3035
'autovacuum' : 'off' })
3036
3036
3037
3037
backup_dir = os .path .join (self .tmp_path , module_name , fname , 'backup' )
@@ -3130,6 +3130,14 @@ def test_basic_ptrack_truncate_replica(self):
3130
3130
if self .paranoia :
3131
3131
self .compare_pgdata (pgdata , pgdata_restored )
3132
3132
3133
+ self .set_auto_conf (node , {'port' : node .port })
3134
+
3135
+ node .slow_start ()
3136
+
3137
+ node .safe_psql (
3138
+ 'postgres' ,
3139
+ 'select 1' )
3140
+
3133
3141
# Clean after yourself
3134
3142
self .del_test_dir (module_name , fname , [master , replica ])
3135
3143
You can’t perform that action at this time.
0 commit comments