epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

Incorrect creation of result directory when downloading temporary datasets #50

Open Lut99 opened 10 months ago

Lut99 commented 10 months ago

What I'm doing: Downloading a dataset from another node in brane-job

What is should do: Download the dataset

What it does: Create a directory to download the dataset in, then download the tar, attempt to extract it on the same location as the new directory and complain the directory already exists.

Notes: This bug has been observed in Brane 2.0.0. May already be fixed in later versions, he said, hopefully?