-
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
Fix logic error in FinalPath
checks
#42936
Conversation
5f30280
to
2a5baef
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42936/37082
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages:
@missirol, @Martin-Grunewald, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please abort |
wrong cherry-pick... |
2a5baef
to
64be818
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42936/37084
|
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42936/37889
|
Pull request #42936 was updated. @smuzaffar, @Dr15Jones, @makortel can you please check and sign again. |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test condTestRegression had ERRORS Comparison SummarySummary:
|
The error seems unrelated.
|
Comparisons show #43415 |
+core Thanks @fwyzard! |
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 |
PR description:
If an
EDProducer
orEDFilter
is inserted in aFinalPath
, the job fails with a cryptic error:With these changes, the error is more meaningful:
Implement the python checks to notify that also
EDAnalyzer
s are not supported onFinalPath
s.The unit tests are extended to catch the error.
PR validation:
The extended unit tests pass.