Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Moore
Merge requests
!1449
More fixes to tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
More fixes to tests
rm-fix-tests
into
master
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Rosen Matev
requested to merge
rm-fix-tests
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f1572715
1 commit,
3 years ago
3 files
+
4
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Hlt/Hlt2Conf/tests/qmtest/test_hlt2_flavourtagging_sspiontagger.qmt
+
4
−
4
Options
@@ -22,13 +22,13 @@ Check persist reco using real time reco.
<argument
name=
"reference"
><text>
../refs/hlt2_sspion_tagger_on_example_b2jpsik_lines.ref
</text></argument>
<argument
name=
"validator"
><text>
from Moore.qmtest.exclusions import remove_known_warnings
from Moore.qmtest.exclusions import remove_known_warnings
, ref_preprocessor
countErrorLines({"FATAL": 0, "ERROR": 0},
stdout=remove_known_warnings(stdout))
from Moore.qmtest.exclusions import skip_initialize, skip_scheduler,
remove_known_fluctuating_counters
from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor
validateWithReference(preproc =
skip_initialize + LHCbPreprocessor + skip_scheduler, counter_preproc = remove_known_fluctuating_counters
)
from Moore.qmtest.exclusions import skip_initialize, skip_scheduler,
counter_preprocessor
from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor
validateWithReference(preproc =
ref_preprocessor + remove_known_warnings, counter_preproc = counter_preprocessor
)
</text></argument>
</extension>
Loading