-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Implement the fillDescriptions method for RawStreamFileWriterForBU #32284
Implement the fillDescriptions method for RawStreamFileWriterForBU #32284
Conversation
please test |
@smorovic do you think this would be useful ? |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32284/20079
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
f5c0b5d
to
9162891
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32284/20080
|
The tests are being triggered in jenkins.
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: EventFilter/Utilities @perrotta, @emeschi, @cmsbuild, @slava77, @jpata, @smorovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@fwyzard thanks for cleaning up the code. So far it's only used in testing on my side and the Unit test, but it's good to be up to date and more consistent with other modules. |
+1 |
@fwyzard I just saw that in this script we still use and that script is part of the Unit Test, so I think the test will fail. I suppose that source is the new parameter name? |
Yes. Sorry, I grepped for |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Implement the
fillDescriptions()
method for theRawStreamFileWriterForBU
module.Clean up the module's parameters and directly use an
InputTag
in the python configuration.PR validation:
None.