Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • DaVinci DaVinci
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • DaVinciDaVinci
  • Merge requests
  • !672

Merged
Created Mar 17, 2022 by Davide Fazzini@dfazziniDeveloper

Avoid race conditions between tests

  • Overview 17
  • Commits 3
  • Pipelines 5
  • Changes 18

Renaming ntuple_file options some qmtests preventing them from writing on the same file. In fact this can expose to intermittent issues and file corrumptions.

Solution: moving the ntuple_file definition from .yaml files (that can be read by multiple qmtests) to .py option files dedicated to each qmtest.

Removing DV options setting if equal to the defaults. Removing also commented bits of codes.

Close #36 (closed)

Edited Mar 17, 2022 by Davide Fazzini
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dfazzini_avoid_race_between_tests