celestiaorg / knuu

Integration Test Framework
Apache License 2.0
39 stars 34 forks source link

Adding the capability of reading an entire folder for running knuu instances #292

Open staheri14 opened 5 months ago

staheri14 commented 5 months ago

We are about to run a large scale test with 100 nodes, where each of them collect traced data locally inside a specific folder, and we wish to retrieve it from the instances all at once. Since the number of files in that folder varies based on the current state of the codebase (celstia-app), and the number of files can be high, it is less error prone and more reliable to read the entire folder at once, needless to keep track of the exact file names. This feature is not currently supported in knuu and its addition would be really appreciated!

smuu commented 5 months ago

I would propose something like this:

tty47 commented 5 months ago

we have discussed this topic to find the best way to solve it, we will add the following feature:

download_folder_flow

we'll create a new release as soon as it'll be done

cheers!

smuu commented 3 months ago

Ref: https://github.com/celestiaorg/knuu/issues/272