Skip to content

GitLab

  • Menu
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 124
    • Merge requests 124
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !27605

Fix for AutoReg of WriteCondHandles by Algorithms

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Charles Leggett requested to merge leggett/athena:dev/CondAutoRegFix into master Oct 29, 2019
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 3

addresses 2 issues:

  • don't retrieve the CondSvc unless an Alg has a WriteCondHandle. This will minimize some info printouts in various tests
  • in tests, create Algs on the heap and delete at end, not the stack, as the CondSvc has no way to unreg Algs, and auto-deleted Algs created on the stack will cause it to segfault
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev/CondAutoRegFix