Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !403

Wrapper fix

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed dbeltran requested to merge wrapper-fix into master Feb 20, 2024
  • Overview 1
  • Commits 17
  • Pipelines 0
  • Changes 44

This fixes #1226 (closed) ,

I've changed the logic following the following points:

    # It is a deadlock when:
    # 1. There are no more non-wrapped jobs in ready status
    # 2. And there are no more jobs in the queue ( submitted, queuing, running, held )
    # 3. And all current wrappers being processed at this time are not wrappable.

The unit test seems to work fine with this version as well

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wrapper-fix