Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 169
    • Merge requests 169
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !23335

EventView configuration check for event-level algorithm reuse

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Benjamin Michael Wynne requested to merge bwynne/athena:ViewConfigCheck into master May 10, 2019
  • Overview 18
  • Commits 4
  • Pipelines 3
  • Changes 3

Prompted by a comment from @tbold, added a config-time check for the error noticed in https://its.cern.ch/jira/browse/ATR-19731

An algorithm running in two separate views is no problem, since these views have isolated algorithm states. However, the whole-event level algorithm states are copied into a view sub-slot when it is initialised, and so algorithms that have already run at the whole-event level will not run within the view.

This change identifies configurations where whole-event level algorithms are scheduled within EventViews, throws an error, and exits.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ViewConfigCheck