-
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
Mark all Fireworks dictionaries as transient #45546
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45546/41023 |
A new Pull Request was created by @makortel for master. It involves the following packages:
@Dr15Jones, @alja, @cmsbuild, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type -changes-dataformats |
@cmsbuild, please test |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
@makortel I'm just checking if versioning/changes in Fireworks dictionaries will be supported. I see 'persistent' flag set to false, but I don't exactly know what that means. |
@alja In short, IFAIK the attribute is custom to CMS, i.e. ROOT itself doesn't act on it. By policy dictionaries without I'd expect changing (or adding/removing) Fireworks classes to be fine as long as the |
-1 Failed Tests: RelVals-INPUT
RelVals-INPUT
Comparison SummarySummary:
|
Failure in 2500.245 is a file open error, comparison differences are related to #39803 |
@makortel Thank you for the info. About the class changes I had in mind changes in members or functions. Thinking about Fireworks use case, I don't think we will ever need to access an older version of Firework's class dictionaries. I'm sorry for the confusion. |
@alja Thanks for the clarification. I'd expect all that kind of modifications to work just fine. |
ignore tests-rejected with ib-failure |
+1 |
PR description:
The
Fireworks/*
packages are not a data format packages, and I strongly suspect these dictionaries are defined for other reasons than to be stored by the framework. Found in #45423 (comment)Resolves cms-sw/framework-team#961
PR validation:
Code compiles, and the to-be-added
edmDumpClassVersion
succeeds to process theclasses_def.xml
files.