codex-storage / cs-codex-dist-tests

Distributed System Tests for Nim-Codex
4 stars 4 forks source link

Feature/fully connected download tests #25

Closed jessiebroke closed 1 year ago

jessiebroke commented 1 year ago

Ben came up with a file exchange test which didn't seem to work.

The scenario was as follows: You have a bunch of Codex nodes, within the bunch of nodes, you pick one node, generate a file for each of the other ones, upload all those files to the first node and task other nodes download files generated from the others, and repeat this process.

This fails immediately at 3 nodes and doesn't seem to propagate the manifests. First priority should be running stuff on the cluster w/ Slava and then focus on these download connectivity tests.

This draft PR should now resolve the failure of file exchange test outlined.