Skip to content

Commit bbe41a4

Browse files
committed
Fix tests test_restore_from_fullbackup_to_new_location and test_restore_from_fullbackup_to_new_location_5_jobs
1 parent b90273f commit bbe41a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cfs_restore_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_restore_from_fullbackup_to_new_location(self):
233233
)
234234

235235
self.assertEqual(
236-
self.node.table_checksum("t1"),
236+
node_new.table_checksum("t1"),
237237
self.table_t1
238238
)
239239
node_new.cleanup()
@@ -277,7 +277,7 @@ def test_restore_from_fullbackup_to_new_location_5_jobs(self):
277277
)
278278

279279
self.assertEqual(
280-
self.node.table_checksum("t1"),
280+
node_new.table_checksum("t1"),
281281
self.table_t1
282282
)
283283
node_new.cleanup()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy