-
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
Explicit lazy parsing in SimpleFlatTableProducer #44575
Conversation
cms-bot internal usage |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44575/39730
|
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@vlimant, @hqucms can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: RelVals RelVals-INPUT RelVals
Expand to see more relval errors ...RelVals-INPUT |
Hello, string parser are not only instantiated from where you indicated for nano, AFAICT. Should we change everywhere else ? maybe we can override the lazyness directly at the source (i.e. not leave the option of being lazy) |
fedd39e
to
83c0f0a
Compare
I took a different tack now. Now one sets Personal note: the large number of |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44575/39739 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44575/39739/cms-checkout-topic.log |
- added where missing - fixed a merge error - removed an unnecessary lazyEval
ce8acfc
to
2af481a
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44575/39986
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-340323/38911/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
We still get a large number of differences in wf 11634.0 -- anything wrong in the IB? |
It seems that other PRs are also showing large differences in 11634.0: see |
Now also in an issue #44779 |
@Dr15Jones I think this can be superseded by #44782 -- let me know what you think. |
#44782 is merged. |
please close superseded by #44782 |
PR description:
The T0 had a failure from the string parser which we have previously attributed to using the lazy option of the string parser. Switched code to allow lazy parsing to be set in the configuration. The default is no lazy parsing as turning on
lazy parsing can lead to problems.
PR validation:
Code compiles. Tested workflow 135.4 with the change and it ran fine.