-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Use script_test_many_writeTotemDAQMapping.py from release if missing locally #43037
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 script_test_many_writeTotemDAQMapping.py from release if missing locally #43037
Conversation
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43037/37218
|
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@perrotta, @saumyaphor4252, @consuegs, @francescobrivio 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 test_XMLToSQLiteMapping had ERRORS Comparison SummarySummary:
|
|
@smuzaffar the same kind of fix should be also implemented into CalibPPS/ESProducers/test/script_test_many_writeTotemDAQMapping.py |
|
@perrotta , I have updated |
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43037/37273
|
|
Pull request #43037 was updated. @saumyaphor4252, @consuegs, @francescobrivio, @perrotta can you please check and sign again. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1c3208/35286/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. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
|
@smuzaffar this fix does not seem to be enough, see for example the unit test error in #43079 After having merged this fix, the test is able to retrieve the file in $CMSSW_RELEASE_BASE/src/CalibPPS/ESProducers/test/script_test_many_writeTotemDAQMapping.py but then it complains when executing this line that it is read-only: I have no idea of possible further fixes, besides explicitly adding the package in case the $CMSSW_BASE/src/CalibPPS/ESProducers directory is not found, which looks however a quite inelegant solution to me. Do you have any better idea? |
|
@perrotta , looks like unit test is reading and updating |
@smuzaffar @perrotta |
|
I will open a PR to fix this |
|
#43147 fixes this |
Thank you @smuzaffar ! |
This PR allows to use
CalibPPS/ESProducers/test/script_test_many_writeTotemDAQMapping.pyfrom release area if missing locally. Note that during PR tests it is not guaranteed that packageCalibPPS/ESProducerwill be checkout e.g. for PR cms-sw/cmsdist#8764 , unit testtest_XMLToSQLiteMappingfailed due to missingCalibPPS/ESProducerhttps://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ee81ff/35212/unitTests/src/CondTools/CTPPS/test/test_XMLToSQLiteMapping/testing.log