-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error thrown when release previously deleted and restarted #82
Comments
Hi Emmanuel, Chloé |
Hi Chloe, I've been able to reproduce the error. I've made some request into Mongo to try to illustrate what happend.
I remove last session (which was OK, but too many files)
I update the regexp (a wrong one, I've made a mistake):
I correct the regexp which is good the one.
Here are the remote server info I've used to reproduce the bug:
Hope this will help. Let me know if you can reproduce it at home. |
Hi Emmanuel, Thanks a lot for your answer.
I really do not understand why I can not reproduce it again, for further testing. Chloe |
Hi,
I'm facing a strange behavior from BioMAJ, the error below is thrown when I restart a workflow after it failed once.
Here is the context. I create a new bank with its associated configuration file. I start biomaj to update this bank, all goes ok BioMAJ exit with status code 0 and
STATUS[True]
.I then realized that the regexp used to catch
remote.files
is wrong and download to many files. I decide to delete previously built release with--remove --bank foobar --release xxx
.The last release it well deleted.
I update my configuration file to update the
remote.files
regexp. I start a new update, it fails as the the regexp is wrong and did not catch any remote file(s). I update the regexp (which is now correct), and now, BioMAJ does not want to complete and throw the following error:Can you have a look why it failed? For info, after removing all with
--remove-all
I've been able to start and complet my bank update.Emmanuel
The text was updated successfully, but these errors were encountered: