Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 44
    • Merge requests 44
  • 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
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3527

Fix mdfdump test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Clemencic requested to merge fix-mdfdump-test into master Apr 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 2

mdfdump.py was failing in the test because of the error

RunStampCheck       ERROR Database not up-to-date. No valid data for run 6718861 at 1970-01-01 00:00:00.0 UTC

and was printing twice the content of the same RawEvent.

The test was passing because, from the reference file, it was expecting the failure (it's not the first time I see this kind of issue).

I noticed the problem because with !3510 (merged) the RunStampCheck is implicitly disabled (it does not make sense in Run3), thus fixing the configuration error in mdfdump.py.

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