-
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
Be consistent when replacing a Path/EndPath/Task in a Process that is also in a Schedule #35630
Conversation
…eting one in Process This should make the replacement behavior with respect to Schedule more consistent with the replacement of Sequences/Tasks/Modules in Paths/SequencesTasks.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35630/25901
|
A new Pull Request was created by @makortel (Matti Kortelainen) 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 |
@cmsbuild, please test |
@Dr15Jones please review |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test testReadWriteOnlineBSFromDB had ERRORS Comparison SummarySummary:
|
Unit test failure has |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d26431/19600/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Issue #35624 point to a case where a
Path
inProcess
was replaced withprocess.pathName = cms.Path(...)
that resulted inNone
in theSchedule
object. The replacement logic works pretty well for Sequences/Tasks/Modules in Paths/Sequences/Tasks (e.g. thanks to #27480). This PR proposes to make the replacement of Paths/EndPaths/Tasks consistent in Schedule too.Resolves #35624
Resolves cms-sw/framework-team#304
PR validation:
Framework unit tests run.