-
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
Improve memory usage in ParameterSet #42742
Conversation
- store strings directly with trailing \0 instead of converting to hex values first. - replaced cppunit with catch2 test
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42742/36834
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. 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 |
-1 Failed Tests: UnitTests RelVals RelVals-INPUT AddOn Unit TestsI found 24 errors in the following unit tests: ---> test PrimaryVertex had ERRORS ---> test testTriggerMonitors had ERRORS ---> test testSSTGainPCL_fromRECO had ERRORS and more ... RelVals
Expand to see more relval errors ...
RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42742/36835
|
-1 Failed Tests: UnitTests Unit TestsI found 2 errors in the following unit tests: ---> test TestRunnerFWCoreTFWLiteSelector had ERRORS ---> test CondToolsLHCInfoNewPopConTest had ERRORS Comparison SummarySummary:
|
Please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test CondToolsLHCInfoNewPopConTest had ERRORS Comparison SummarySummary:
|
The |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). 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 |
merge |
Caused by backporting cms-sw#42742 on top of cms-sw#43898
Caused by backporting cms-sw#42742 on top of cms-sw#43898
PR description:
PR validation:
Code compiles and all framework unit tests pass.