-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a unit test for convertToRaw
#44771
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44771/39991
|
A new Pull Request was created by @mmusich for master. It involves the following packages:
@mmusich, @cmsbuild, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
Thank you @mmusich ! |
8d22a8b
to
3f1e224
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44771/39993
|
Pull request #44771 was updated. @Martin-Grunewald, @cmsbuild, @mmusich can you please check and sign again. |
3f1e224
to
1ccd802
Compare
1ccd802
to
465ceaa
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44771/39995
|
@cmsbuild, please test |
By the way , @smorovic, the only place RawEventFileWriterForBU::initialize(....) is called is from https://github.com/cms-sw/cmssw/blob/master/EventFilter/Utilities/plugins/RawEventOutputModuleForBU.h . So not why change |
I agree, it could also be done in this way (DaqDirector should know run number as well, even in "BU" mode). |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-44a4e8/38987/summary.html Comparison SummarySummary:
|
I would leave that to a further update from DAQ experts and make this PR as the minimal changeset to allow running the new unit test. |
+1 |
+hlt |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a follow-up to #44735 in particular to the comment:
add a basic unit test for the
convertToRaw
utility.PR validation:
scram b runtests_testConvertToRaw
runs fine.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A