Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
DaVinci
Merge requests
!738
Exclude fluctuating counters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Exclude fluctuating counters
pkoppenb-exclusion
into
master
Overview
5
Commits
1
Pipelines
2
Changes
27
All threads resolved!
Hide all comments
Merged
Patrick Koppenburg
requested to merge
pkoppenb-exclusion
into
master
2 years ago
Overview
5
Commits
1
Pipelines
2
Changes
27
All threads resolved!
Hide all comments
Expand
Closes
#66 (closed)
. Ignore logfile counters that are known to fluctuate.
Edited
2 years ago
by
Patrick Koppenburg
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4c77e11e
1 commit,
2 years ago
27 files
+
73
−
60
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_configFuntuple.qmt
+
2
−
2
Options
@@ -26,8 +26,8 @@
<argument
name=
"reference"
><text>
../refs/test_davinci_configFuntuple.ref
</text></argument>
<argument
name=
"error_reference"
><text>
../refs/empty.ref
</text></argument>
<argument
name=
"validator"
><text>
from DaVinciTests.QMTest.DaVinciExclusions import preprocessor
validateWithReference(preproc = preprocessor)
from DaVinciTests.QMTest.DaVinciExclusions import preprocessor
, counter_preprocessor
validateWithReference(preproc =
preprocessor, counter_preproc = counter_
preprocessor)
countErrorLines({"FATAL":0, "ERROR":0})
</text></argument>
</extension>
Loading