8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90273f commit bbe41a4Copy full SHA for bbe41a4
tests/cfs_restore_test.py
@@ -233,7 +233,7 @@ def test_restore_from_fullbackup_to_new_location(self):
233
)
234
235
self.assertEqual(
236
- self.node.table_checksum("t1"),
+ node_new.table_checksum("t1"),
237
self.table_t1
238
239
node_new.cleanup()
@@ -277,7 +277,7 @@ def test_restore_from_fullbackup_to_new_location_5_jobs(self):
277
278
279
280
281
282
283
0 commit comments