-
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
Add missing line for SubProcess unit test diff #38756
Conversation
A new Pull Request was created by @qliphy (Qiang Li) for CMSSW_12_4_X. It involves the following packages:
@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
please test |
Ah, you beat me to it :) |
@qliphy @Dr15Jones thank both you! |
backport of #38754 |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestSubProcess had ERRORS Comparison SummarySummary:
|
The test failed now in the other way around
presumably because #38742 was not included in the test. |
@cmsbuild, please test |
@makortel I plan to merge this now anyhow, since we want to cut 12_3_4 by tomorrow, and I'd prefer having clean unit tests with it |
+1 Ok |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
merge |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestSubProcess had ERRORS Comparison SummarySummary:
|
@@ -12,3 +12,4 @@ got data of type "edmtest::Doodad" with name "abcd" in record GadgetRcd | |||
++++++++ finished: processing esmodule: label = '' type = DoodadESSource in record = GadgetRcd | |||
got data of type "edmtest::Doodad" with name "abc" in record GadgetRcd | |||
got data of type "edmtest::Doodad" with name "abc" in record GadgetRcd | |||
25 Tracer -s DoodadESSource:D 4 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@makortel
"25" should be a "24" in 12_4_X (whatever it means...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description:
This fixes the unit test diff.
See the unit test error error reported in #38728 (comment)
PR validation:
Test now passes.
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:
backport of #38754