-
Notifications
You must be signed in to change notification settings - Fork 0
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
Autosubmit wrong log message for successful wrappers #2035
Labels
Milestone
Comments
dbeltrankyl
added
bug
Something isn't working
working on
Someone is working on it
labels
Dec 16, 2024
PD: Probably we should close this one #1470 |
This was referenced Dec 17, 2024
Ah, I thought I also put the other issue there, nvm I'll open a issue for #2038 |
dbeltrankyl
changed the title
Autosubmit wrong log message for successful wrappers
Autosubmit wrong log message for successful wrappers closes #2035
Dec 17, 2024
dbeltrankyl
changed the title
Autosubmit wrong log message for successful wrappers closes #2035
Autosubmit wrong log message for successful wrappers
Dec 17, 2024
isimo00
pushed a commit
that referenced
this issue
Dec 23, 2024
isimo00
pushed a commit
that referenced
this issue
Dec 27, 2024
author Irene Simo Munoz <irene.simomunoz@bsc.es> 1730215488 +0100 committer Irene Simo Munoz <irene.simomunoz@bsc.es> 1735301072 +0100 Add all expid_dir_path functions to autosubmit.py and fix tests !509 All previous definitions all expid_path, tmp_path, log_path and aslogs_path (and similar) have been removed and their calls have been switched for BasicConfig.foo() calls. Impacted tests are mainly affected in terms of adding Mock objects since BasicConfig.foo() functions are not available in autosubmitconfigparser yet. No new tests added Fix batch of linter suggestions Fix issue with the is_wrapper attribute (#2033) * Fix issue with the wrapper attribute * Fix issue with the wrapper attribute Changed the Log so it display what retrials it downloaded when it is a vertical wrapper (#2038) Fixes wrapper warning message at the end closes #2035 (#2037) * Fixes wrapper warning message at the end * Added typing suggestion updated timeout for pipeline Fix batch of linter suggestions Type checking and some fixes in mail functions Changed the Log so it display what retrials it downloaded when it is a vertical wrapper (#2038) Fixes wrapper warning message at the end closes #2035 (#2037) * Fixes wrapper warning message at the end * Added typing suggestion updated timeout for pipeline Add some other suggestions Mail notifier BaseException to Exception
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @kinow ,
As commented in Slack and some pull requests
Currently, in master, the log process retrieval is working for all platforms, but Autosubmit is raising a warning at the end of the run, wrongly indicating that some job logs couldn't be recovered.
I double-checked this, and I believe that's not right. I see the logs retrieved.
The text was updated successfully, but these errors were encountered: