-
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
Temporary: abort if cutParser fails to find methods #44590
Conversation
assign core |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44590/39762
|
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@jfernan2, @smuzaffar, @cmsbuild, @makortel, @mandrenguyen, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The issue is #33084 |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test testCommonToolsUtil had ERRORS Comparison SummarySummary:
|
This is to help us debug a threading issue in ROOT. The abort will cause cmsRun to pause all threads and allow us to correlate what else is running when this problem occurs.
03fcaa4
to
b6d05e6
Compare
please test |
+1 |
+1 |
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) |
@cms-sw/orp-l2 please sign so we have more time to possibly trigger the problem. |
+1 |
Good idea. |
@Dr15Jones @makortel |
Yes, as noted in #33084 (comment) |
Thanks. Ok, this seems fun.. |
PR description:
This is to help us debug a threading issue in ROOT. The abort will cause cmsRun to pause all threads and allow us to correlate what else is running when this problem occurs.
The intent is to only use this for a very short time in the IBs to help us try to debug the underlying problem. Once we get more info, this PR should be reverted.
PR validation:
Code compiles.