You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new demo workflow: reana-client create -f reana.yaml -w helloworld
Upload the workflow's files multiple times: reana-client upload -w helloworld
Each time the files are uploaded, the user and workflow disk usages are increased by the size of the uploaded files. This happens even when, from the second upload onwards, the files are being overwritten. In this case, the disk usage should not increase, given that the disk space used by the workflow stays the same.
The text was updated successfully, but these errors were encountered:
How to reproduce:
reana-client create -f reana.yaml -w helloworld
reana-client upload -w helloworld
Each time the files are uploaded, the user and workflow disk usages are increased by the size of the uploaded files. This happens even when, from the second upload onwards, the files are being overwritten. In this case, the disk usage should not increase, given that the disk space used by the workflow stays the same.
The text was updated successfully, but these errors were encountered: