ethersphere / bee-backlog

zenhub epics repo
0 stars 0 forks source link

erasure code intergration test (cicd) #78

Closed istae closed 5 months ago

istae commented 6 months ago

A new set of integration tests should be added before the release of the erasure code.

  1. Create a random small file.
  2. Split it into chunks using a certain redundancy level.
  3. Based on the redundancy level, upload a percentage of the chunks to simulate the loss of chunks in the network.
  4. Download the file.
  5. Repeat 1-4 for all redundancy levels.