File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,6 @@ def test_page_stream(self):
166
166
'\n Unexpected Error Message: {0}\n '
167
167
' CMD: {1}' .format (repr (self .output ), self .cmd ))
168
168
169
- # GET RESTORED PGDATA AND COMPARE
170
- if self .paranoia :
171
- pgdata_restored = self .pgdata_content (node .data_dir )
172
- self .compare_pgdata (pgdata , pgdata_restored )
173
-
174
169
node .slow_start ()
175
170
full_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
176
171
self .assertEqual (full_result , full_result_new )
@@ -184,6 +179,12 @@ def test_page_stream(self):
184
179
backup_id = page_backup_id , options = ["-j" , "4" ]),
185
180
'\n Unexpected Error Message: {0}\n '
186
181
' CMD: {1}' .format (repr (self .output ), self .cmd ))
182
+
183
+ # GET RESTORED PGDATA AND COMPARE
184
+ if self .paranoia :
185
+ pgdata_restored = self .pgdata_content (node .data_dir )
186
+ self .compare_pgdata (pgdata , pgdata_restored )
187
+
187
188
node .slow_start ()
188
189
page_result_new = node .execute ("postgres" , "SELECT * FROM t_heap" )
189
190
self .assertEqual (page_result , page_result_new )
You can’t perform that action at this time.
0 commit comments