Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbbe41a4

Browse files
committed
Fix tests test_restore_from_fullbackup_to_new_location and test_restore_from_fullbackup_to_new_location_5_jobs
1 parentb90273f commitbbe41a4

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)

[8]ページ先頭

©2009-2025 Movatter.jp