Message format: Expand field-width for event-counter to 6
While looking at the log of one of the jobs latest large-scale MT tests submitted by @elmsheus, I noticed log lines like:
03:53:38 MuonInsideOutRecoAlg....MuonTrackSummaryHelperTool1... 1 WARNING Number of hits in road < 0 in first projection: -2, setting = 0. (nhits in first projection = -2)
eg the event-count abbreviated to '1...' for numbers > 9999. This MR expands the field with to 6, so this should not happen any more.
Merge request reports
Activity
added Core Reconstruction master review-pending-level-1 labels
CI Result SUCCESS (hash f6370778)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 27931]added review-approved label and removed review-pending-level-1 label
mentioned in commit acf5ba01
added sweep:ignore label
We should really keep the message formats in sync. Can you also update it in AtlasThreadedJob ?
mentioned in merge request !40515 (merged)