@@ -83,7 +83,8 @@ def test_compression_stream_zlib(self):
8383 "--recovery-target-action=promote" ]),
8484 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
8585 repr (self .output ), self .cmd ))
86- node .start ()
86+ node .slow_start ()
87+
8788 full_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
8889 self .assertEqual (full_result , full_result_new )
8990 node .cleanup ()
@@ -98,7 +99,8 @@ def test_compression_stream_zlib(self):
9899 "--recovery-target-action=promote" ]),
99100 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
100101 repr (self .output ), self .cmd ))
101- node .start ()
102+ node .slow_start ()
103+
102104 page_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
103105 self .assertEqual (page_result , page_result_new )
104106 node .cleanup ()
@@ -113,7 +115,8 @@ def test_compression_stream_zlib(self):
113115 "--recovery-target-action=promote" ]),
114116 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
115117 repr (self .output ), self .cmd ))
116- node .start ()
118+ node .slow_start ()
119+
117120 ptrack_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
118121 self .assertEqual (ptrack_result , ptrack_result_new )
119122 node .cleanup ()
@@ -187,7 +190,8 @@ def test_compression_archive_zlib(self):
187190 "--recovery-target-action=promote" ]),
188191 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
189192 repr (self .output ), self .cmd ))
190- node .start ()
193+ node .slow_start ()
194+
191195 full_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
192196 self .assertEqual (full_result , full_result_new )
193197 node .cleanup ()
@@ -202,7 +206,8 @@ def test_compression_archive_zlib(self):
202206 "--recovery-target-action=promote" ]),
203207 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
204208 repr (self .output ), self .cmd ))
205- node .start ()
209+ node .slow_start ()
210+
206211 page_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
207212 self .assertEqual (page_result , page_result_new )
208213 node .cleanup ()
@@ -217,7 +222,8 @@ def test_compression_archive_zlib(self):
217222 "--recovery-target-action=promote" ]),
218223 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
219224 repr (self .output ), self .cmd ))
220- node .start ()
225+ node .slow_start ()
226+
221227 ptrack_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
222228 self .assertEqual (ptrack_result , ptrack_result_new )
223229 node .cleanup ()
@@ -294,7 +300,8 @@ def test_compression_stream_pglz(self):
294300 "--recovery-target-action=promote" ]),
295301 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
296302 repr (self .output ), self .cmd ))
297- node .start ()
303+ node .slow_start ()
304+
298305 full_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
299306 self .assertEqual (full_result , full_result_new )
300307 node .cleanup ()
@@ -309,7 +316,8 @@ def test_compression_stream_pglz(self):
309316 "--recovery-target-action=promote" ]),
310317 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
311318 repr (self .output ), self .cmd ))
312- node .start ()
319+ node .slow_start ()
320+
313321 page_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
314322 self .assertEqual (page_result , page_result_new )
315323 node .cleanup ()
@@ -324,7 +332,8 @@ def test_compression_stream_pglz(self):
324332 "--recovery-target-action=promote" ]),
325333 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
326334 repr (self .output ), self .cmd ))
327- node .start ()
335+ node .slow_start ()
336+
328337 ptrack_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
329338 self .assertEqual (ptrack_result , ptrack_result_new )
330339 node .cleanup ()
@@ -401,7 +410,8 @@ def test_compression_archive_pglz(self):
401410 "--recovery-target-action=promote" ]),
402411 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
403412 repr (self .output ), self .cmd ))
404- node .start ()
413+ node .slow_start ()
414+
405415 full_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
406416 self .assertEqual (full_result , full_result_new )
407417 node .cleanup ()
@@ -416,7 +426,8 @@ def test_compression_archive_pglz(self):
416426 "--recovery-target-action=promote" ]),
417427 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
418428 repr (self .output ), self .cmd ))
419- node .start ()
429+ node .slow_start ()
430+
420431 page_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
421432 self .assertEqual (page_result , page_result_new )
422433 node .cleanup ()
@@ -431,7 +442,8 @@ def test_compression_archive_pglz(self):
431442 "--recovery-target-action=promote" ]),
432443 '\n Unexpected Error Message: {0}\n CMD: {1}' .format (
433444 repr (self .output ), self .cmd ))
434- node .start ()
445+ node .slow_start ()
446+
435447 ptrack_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
436448 self .assertEqual (ptrack_result , ptrack_result_new )
437449 node .cleanup ()
0 commit comments