-
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
update createTestDBObjects
unit test to use Tracker geometry T33
#45775
update createTestDBObjects
unit test to use Tracker geometry T33
#45775
Conversation
cms-bot internal usage |
test parameters: |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45775/41491 |
A new Pull Request was created by @mmusich for master. It involves the following packages:
@cmsbuild, @consuegs, @francescobrivio, @perrotta, @saumyaphor4252 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
type bug-fix |
urgent
|
-1 Failed Tests: RelVals-INPUT The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here:
RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
@cmsbuild ignore tests-rejected with ib-failure |
|
||
echo -e "TESTING Pixel 2D Template DB code for Phase-2 ..." | ||
cmsRun ${SCRAM_TEST_PATH}/SiPixel2DTemplateDBObjectUploader_Phase2_cfg.py MagField=3.8 Version=1 Append=mc_25x100_IT615 Map=${SCRAM_TEST_PATH}/../data/phase2_T21_mapping_den.csv TemplateFilePath=CalibTracker/SiPixelESProducers/data/Phase2_IT_v6.1.5_25x100_irradiated_v2_mc denominator=True || die "Failure running SiPixel2DTemplateDBObjectUploader_Phase2_cfg.py" $? | ||
#echo -e "TESTING Pixel 2D Template DB code for Phase-2 ..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this test portable to T33?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to elaborate further, the 2D templates are used in the IT digitizer to simulate radiation damage in the planar sensors (see #40349 and #40417).
According to @tvami there is no 2D template payload available for the T33 (and above) tracker geometries, so apparently there weren't any irradiation scenarios considered (yet).
I am keeping the line commented to re-instantiate the test when at a later time an irradiation scenario becomes available for T33 (or for some subsequent - even final - tracker geometry)
+db |
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. @rappoccio, @mandrenguyen, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
@mandrenguyen, thanks for merging. |
PR description:
This PR is a companion of #45764.
In response to #45370 (comment), this PR is meant to update the unit tests in
CondTools/SiPixel
to use the Tracker geometry T33 as the previously used geometry T21 is not available anymore.PR validation:
scram b runtests_createDBObjects
runs fine.N.B.: this PR requires an update of the external
cms-data
repository: cms-data/CalibTracker-SiPixelESProducers#4If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A