Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 764680e

Browse filesBrowse files
committed
Merge branch 'REL_2_5'
2 parents 640e7a5 + bbe41a4 commit 764680e
Copy full SHA for 764680e

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎tests/cfs_restore_test.py

Copy file name to clipboardExpand all lines: tests/cfs_restore_test.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.