1. 02 Dec, 2024 6 commits
    • dbeltran's avatar
      Pipeline failing, debug (I) · 6f3d7974
      dbeltran authored
      6f3d7974
    • dbeltran's avatar
      Autosubmit config version compatibility fix ( rebasing ) · e1f4e3d6
      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
      e1f4e3d6
    • dbeltran's avatar
      Merge branch 'gl-1458-custom-reordered' into 'master' · e19e7606
      dbeltran authored
      Current variables reordered. Fixes #1458 and #1467
      
      Closes #1467 and #1458
      
      See merge request !516
      e19e7606
    • dbeltran's avatar
      684ccbd1
    • dbeltran's avatar
      Merge branch 'Configparser-compatibility' into 'master' · 3f8428f8
      dbeltran authored
      Autosubmit config compatibility
      
      See merge request !524
      3f8428f8
    • dbeltran's avatar
      Autosubmit config compatibility · 4b9fee92
      dbeltran authored
      4b9fee92
  2. 26 Nov, 2024 2 commits
  3. 22 Nov, 2024 3 commits
  4. 21 Nov, 2024 2 commits
  5. 20 Nov, 2024 2 commits
  6. 19 Nov, 2024 4 commits
  7. 14 Nov, 2024 1 commit
  8. 12 Nov, 2024 4 commits
    • Bruno P. Kinoshita's avatar
      #945: Log warnings by default, other a command raises a warning and the user... · 0c98a70a
      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.
      0c98a70a
    • Bruno P. Kinoshita's avatar
      #945: Fix portalocker error handling. · 97773f5e
      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 lett...
      97773f5e
    • dbeltran's avatar
      Merge branch 'gl-1129-advanced-conf-platforms' into 'master' · d6a2d51e
      dbeltran authored
      Fixes an issue with platforms definition in $expid/conf when you're using advanced configuration
      
      Closes #1129
      
      See merge request !511
      d6a2d51e
    • dbeltran's avatar
  9. 08 Nov, 2024 2 commits
  10. 07 Nov, 2024 1 commit
  11. 06 Nov, 2024 3 commits
  12. 05 Nov, 2024 2 commits
  13. 31 Oct, 2024 2 commits
  14. 28 Oct, 2024 2 commits
  15. 25 Oct, 2024 2 commits
  16. 23 Oct, 2024 2 commits