-
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
Use python3 in FWCore/ParameterSet unit tests #34493
Conversation
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34493/23965
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@makortel, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests RelVals RelVals-INPUT AddOn Unit TestsI found errors in the following unit tests: ---> test TestFWCoreFrameworkTrigBit had ERRORS ---> test TestFWCoreFrameworkDeleteEarly had ERRORS ---> test TestIntegrationSeriesOfProcesses had ERRORS ---> test testPyDevParameterSet had ERRORS and more ... RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ... |
c32380a
to
2f66ff8
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34493/23977
|
Pull request #34493 was updated. @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please check and sign again. |
@cmsbuild, please test |
2f66ff8
to
6ca99d6
Compare
I extended the unit test so that the earlier problem would have been caught by the test. Now this should be good to go. |
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34493/23998
|
Pull request #34493 was updated. @makortel, @smuzaffar, @Dr15Jones can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6a9d7b/16863/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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is a continuation of #34477. It changes FWCore/ParameterSet unit tests to use python 3, and fixes all the remaining python3 issues in these tests.
Resolves #28703. Resolves cms-sw/framework-team#189.
PR validation:
Effectively tested in CMSSW_12_0_X_2021-07-12-2300 that these tests run with python 3.