Skip to content
Snippets Groups Projects
Commit 1e15b892 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'rm-fix-checksums-test' into 'master'

Fix test_hlt2_check_packed_data_checksums (follow !2334)

See merge request !2450
parents 98da9f9d 38d3e7c6
No related branches found
No related tags found
1 merge request!2450Fix test_hlt2_check_packed_data_checksums (follow !2334)
Pipeline #5778528 failed
......@@ -33,11 +33,11 @@ from RecConf.QMTest.exclusions import preprocessor as RecPreprocessor
# FIXME understand the reason for these fluctuations, see LHCb#151
preprocessor = skip_initialize + RecPreprocessor + skip_scheduler + LineSkipper(regexps=[
r"HLT2_Packer\s+INFO Packed data checksum for .*/Relations/NeutralPP2MCPPacked.*",
r"HLT2_Packer\s+INFO Packed data checksum for .*/OutputClustersPacked.*",
r"HLT2_Packer\s+INFO Packed data checksum for .*/ProtoP/ChargedPacked.*",
r".*INFO Packed data checksum for .*/Relations/NeutralPP2MCPPacked.*",
r".*INFO Packed data checksum for .*/OutputClustersPacked.*",
r".*INFO Packed data checksum for .*/ProtoP/ChargedPacked.*",
# the 'global' check sum is spoiled by the above fluctations...
r"HLT2_Packer\s+INFO Packed data checksum for '_global_'"
r".*INFO Packed data checksum for '_global_'"
])
validateWithReference(preproc = preprocessor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment