dev tests in idle_node_in_the_background.rs use a crawler mechanism for easier analysis of the node behavior. For that reason existing crawl.rs is reused from the crawler binary.
A quick solution is used here - instead of making a clean copy of the file, or even moving it out from the binary directory, we are just reusing it with a symlink. In future Ziggurat projects, this shall be handled in a different fasion.
dev tests in
idle_node_in_the_background.rs
use a crawler mechanism for easier analysis of the node behavior. For that reason existing crawl.rs is reused from the crawler binary.A quick solution is used here - instead of making a clean copy of the file, or even moving it out from the binary directory, we are just reusing it with a symlink. In future Ziggurat projects, this shall be handled in a different fasion.