-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Remove configuration support for SubProcess and its tests #47565
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
Remove configuration support for SubProcess and its tests #47565
Conversation
This leaves SubProcess completely disabled so it can no longer be run. Subsequent PRs will remove other parts of the SubProcess related from the Framework C++ code. Everything except the support for module sharing in EventSetup will eventually be removed.
cms-bot internal usage |
please test |
A new Pull Request was created by @wddgit for master. It involves the following packages:
@Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test testFWCoreConcurrency had ERRORS Comparison SummarySummary:
|
please test I don't think the changes in this PR could cause a unit test in FWCore/Concurrency to fail. FWCore/Concurrency does not depend on any package modified by this PR. Lets try again... The log file does not give much insight into the problem and the FWCore/Concurrency tests pass in my local working area. |
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test testFWCoreConcurrency had ERRORS Comparison SummarySummary:
|
Comparison differences are related to #47071 |
ignore tests-rejected with ib-failure |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (test failures were overridden). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @mandrenguyen, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Remove support for configuring SubProcess in a cmsRun job. This leaves the SubProcess feature completely disabled so it can no longer be run. Subsequent PRs will remove other code related to SubProcess from the Framework. Everything except the support for module sharing in EventSetup will eventually be removed. Most, maybe all, of the remaining code to be deleted is C++ code.
This PR also removes all the code related to unit tests of the SubProcess feature, including test modules and test data types only used for the SubProcess tests. Some tests are entirely removed. Some tests include parts that test SubProcess and some parts that test other things and those are only partially removed.
Matti announced that this change was coming here: https://cms-talk.web.cern.ch/t/removal-of-subprocess-feature/117449 and also in the O&C meeting a few weeks ago. We received no feedback or complaints.
Resolves cms-sw/framework-team#1278
PR validation:
Relies on existing tests. This does not include any new functionality. Mostly it is deletions.