- 02 Dec, 2024 7 commits
-
-
dbeltran authored
-
dbeltran authored
-
dbeltran authored
Reverting a conflict in the rebase to the other option II ( tests are only failing in the CI/CD ) Reverting a conflict in the rebase to the other option updated typing added a missing return Changed err_code function to return the err_code Rebase fix Squashed zombies/orphan and database fixes. PIPELINE Fix doc test Fix pipeline Added comments and typing (II ) Added comments and typing Test pipeline ( now with output) Test pipeline Update as version Fix tests, added pytest-xdist !475 vertical regression test [Single job] Test working, retrials working Changes to stat, db and retrials (WIP) Added database test, fixed some issues reduced time.sleeps Mock exists() so it works in the pipeline Fix events queue being reset in a platform failure clean import added more tests Changed the timeout removed debug message Added tests for signals cleanup code Added cleanup signal changes to signals and waitpid A new orphan/zombies code approach WIP: Looking good, some more fixes neccesaries and ready to be pushed WIP: Zombies/orphan processors logs fix
-
dbeltran authored
-
dbeltran authored
-
- 26 Nov, 2024 2 commits
-
-
dbeltran authored
- 22 Nov, 2024 3 commits
-
-
dbeltran authored
- 21 Nov, 2024 2 commits
-
-
dbeltran authored
-
- 20 Nov, 2024 2 commits
- 19 Nov, 2024 4 commits
-
-
Bruno de Paula Kinoshita authored
Autosubmit GUI issue 113: Vertical DB fixes, and add regression test See merge request !515
-
dbeltran authored
-
dbeltran authored
-
- 14 Nov, 2024 1 commit
-
-
Bruno de Paula Kinoshita authored
#945: Fix portalocker error handling. Closes #945 See merge request !512
-
- 12 Nov, 2024 4 commits
-
-
Bruno P. Kinoshita authored
#945: Log warnings by default, other a command raises a warning and the user will only ever know if s/he looks at the file on disk, or enable console logging.
-
Bruno P. Kinoshita authored
This change modifies how Autosubmit reacts to exceptions raised in commands like `autosubmit run` or `autosubmit create`. Previously, Autosubmit would capture exceptions raised during the execution of these commands it in a central function, however, in this function it would log the error and then release the portalocker lock. This caused the issue (reported ~2 years ago?) that running these commands three times caused errors. On the first run the lock was created. On the second command run the command would be prevented from running by portalocker and the error logged but the lock was also deleted. And then on the third run there was no lock, so it would cause the issue reported. Now, the code will never release the lock, until the context-manager created finalizes, or someone/something deletes the lock file. Errors are still captured and logged, but if the error/exception raised is a portalocker exception, we log but without releasing the lock (it is like letting a prisoner go if we realize it is in jail, and then complaining that it was set free :)
-
dbeltran authored
-
- 08 Nov, 2024 2 commits
-
- 07 Nov, 2024 1 commit
-
-
Bruno de Paula Kinoshita authored
#1394: Add the EasyBuild files and a short readme Closes #1394 See merge request !474
-
- 06 Nov, 2024 3 commits
-
-
Bruno P. Kinoshita authored
from previous work.
-
dbeltran authored
-
- 05 Nov, 2024 2 commits
-
-
dbeltran authored
- 31 Oct, 2024 2 commits
-
-
dbeltran authored
- 28 Oct, 2024 2 commits
-
-
dbeltran authored
- 25 Oct, 2024 2 commits
-
-
dbeltran authored
- 23 Oct, 2024 1 commit
-
-
Irene Simó Muñoz authored
Fix pkg_resources deprecation warning Closes #1432 See merge request !495
-