mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-12-24 23:35:18 +00:00
Merge deb587a9e8
into f21d691812
This commit is contained in:
commit
041b03c38d
@ -26,10 +26,11 @@ class SnapshotTask(TestFramework):
|
|||||||
wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_1) is not None)
|
wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_1) is not None)
|
||||||
wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_1)["finalized"])
|
wait_until(lambda: self.nodes[1].zgs_get_file_info(data_root_1)["finalized"])
|
||||||
|
|
||||||
# Start the last node to verify historical file sync
|
# Stop the last node to remove entire db folder and copy the flow_db (snapshot) from the first node
|
||||||
self.nodes[1].shutdown()
|
self.stop_storage_node(1, clean=True)
|
||||||
shutil.rmtree(os.path.join(self.nodes[1].data_dir, 'db/data_db'))
|
shutil.copytree(os.path.join(self.nodes[0].data_dir, 'db/flow_db'), os.path.join(self.nodes[1].data_dir, 'db/flow_db'))
|
||||||
|
|
||||||
|
# Start the last node to verify snapshot sync
|
||||||
self.start_storage_node(1)
|
self.start_storage_node(1)
|
||||||
self.nodes[1].wait_for_rpc_connection()
|
self.nodes[1].wait_for_rpc_connection()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user