Skip to content
Snippets Groups Projects

Draft: Respect OnlineEnv.OutputLevel in HLT1

Open Rosen Matev requested to merge rm-hlt1-verbosity into 2024-patches
4 unresolved threads

/cc @miolocco

Merge request reports

Merge request pipeline #7193815 failed

Merge request pipeline failed for 4f336838

Approval is optional
Merge blocked: 3 checks failed

Merge details

  • The source branch is 209 commits behind the target branch.
  • 1 commit and 1 merge commit will be added to 2024-patches (squashes 1 commit).
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
127 130 online_conf.monitorType = 'MonitorSvc'
128 131 online_conf.logDeviceType = 'RTL::Logger::LogDevice'
129 132 online_conf.logDeviceFormat = '%TIME%LEVEL%-8NODE: %-32PROCESS %-20SOURCE'
130 online_conf.OutputLevel = 3
131 online_conf.IOOutputLevel = output_level
133 # online_conf.OutputLevel = output_level
134 # online_conf.IOOutputLevel = output_level
  • Rosen Matev
    Rosen Matev @rmatev started a thread on the diff
  • 15 15 OnlineVersion = "v0"
    16 16 MooreVersion = "v0"
    17 17 MooreOnlineVersion = "v0"
    18 OutputLevel = 3
    18 OutputLevel = 4
    • Comment on lines -18 to +18
      Author Maintainer

      Maybe we can keep the default 3 but instead pass --output-level=3 only in the qmt.

    • Author Maintainer
      diff --git MooreScripts/tests/qmtest/hlt1slim.qmt MooreScripts/tests/qmtest/hlt1slim.qmt
      index 4fa4934..9199351 100644
      --- MooreScripts/tests/qmtest/hlt1slim.qmt
      +++ MooreScripts/tests/qmtest/hlt1slim.qmt
      @@ -22,6 +22,7 @@ Run an HLT1 job in the Online testbench
         <text>--tfdb-nfiles=2</text>
         <text>--hlt-type=hlt1_pp_forward_then_matching_no_ut</text>
         <text>--measure-throughput=0</text>
      +  <text>--output-level=4</text>
       </set></argument>
       <argument name="prerequisites"><set>
         <tuple><text>create_hlt1_tck</text><enumeral>PASS</enumeral></tuple>
      Edited by Rosen Matev
    • Please register or sign in to reply
  • Author Maintainer

    we should add a check on how much output we produce in the qmt validator, see #1

  • added RTA label

  • Rosen Matev mentioned in merge request LHCb!4306 (merged)

    mentioned in merge request LHCb!4306 (merged)

  • Author Maintainer
    MooreOnline/run MooreOnline/MooreScripts/scripts/testbench.py MooreOnline/MooreScripts/tests/options/HLT1Slim/Arch.xml --working-dir=hlt1slim --partition=TESTHLT1SLIM --test-file-db-key=2022_mep_253895 --tfdb-nfiles=1 --hlt-type=hlt1_pp_forward_then_matching_no_ut --measure-throughput=10 --output-level=4
    
    less hlt1slim/HLT1_0.log
  • Rosen Matev added 118 commits

    added 118 commits

    Compare with previous version

  • assigned to @miolocco

  • Rosen Matev added 1 deleted label

    added 1 deleted label

  • Rosen Matev changed target branch from master to 2024-patches

    changed target branch from master to 2024-patches

  • mentioned in commit Allen@41ab9a9a

  • Please register or sign in to reply
    Loading