Skip to content
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

Merged

Conversation

mmusich
Copy link
Contributor

@mmusich mmusich commented Aug 22, 2024

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#4

If 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

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 22, 2024

cms-bot internal usage

@mmusich
Copy link
Contributor Author

mmusich commented Aug 22, 2024

test parameters:

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mmusich for master.

It involves the following packages:

  • CondTools/SiPixel (db)

@cmsbuild, @consuegs, @francescobrivio, @perrotta, @saumyaphor4252 can you please review it and eventually sign? Thanks.
@JanChyczynski, @PonIlya, @VinInn, @dkotlins, @ferencek, @mmusich, @mroguljic, @rsreds, @tsusa, @tvami, @yuanchao this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor Author

mmusich commented Aug 22, 2024

@cmsbuild, please test

@mmusich
Copy link
Contributor Author

mmusich commented Aug 22, 2024

type bug-fix

@mmusich
Copy link
Contributor Author

mmusich commented Aug 23, 2024

urgent

  • fixes IB failures

@cmsbuild
Copy link
Contributor

-1

Failed Tests: RelVals-INPUT
Size: This PR adds an extra 12KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d51a17/41083/summary.html
COMMIT: 2b35ed3
CMSSW: CMSSW_14_1_X_2024-08-22-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/45775/41083/install.sh to create a dev area with all the needed externals and cmssw changes.

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d51a17/41083/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d51a17/41083/git-merge-result

  • DAS Queries: The DAS query tests failed, see the summary page for details.

RelVals-INPUT

  • 2024.1050052024.105005_RunMuon02024C_50k/step1_dasquery.log
  • 2024.1060052024.106005_RunMuonEG2024C_50k/step1_dasquery.log
  • 2024.4130052024.413005_RunTau2024F_50k/step1_dasquery.log
Expand to see more relval errors ...

Comparison Summary

Summary:

  • You potentially added 19 lines to the logs
  • Reco comparison results: 10 differences found in the comparisons
  • DQMHistoTests: Total files compared: 44
  • DQMHistoTests: Total histograms compared: 3328166
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3328140
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 9.636000000000001 KiB( 43 files compared)
  • DQMHistoSizes: changed ( 24834.911,... ): 1.606 KiB MTD/Vertices
  • Checked 191 log files, 161 edm output root files, 44 DQM output files
  • TriggerResults: no differences found

@mmusich
Copy link
Contributor Author

mmusich commented Aug 23, 2024

@cmsbuild ignore tests-rejected with ib-failure

@mmusich
Copy link
Contributor Author

mmusich commented Aug 23, 2024


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 ..."
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

Copy link
Contributor Author

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)

@perrotta
Copy link
Contributor

+db

@cmsbuild
Copy link
Contributor

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)
Notice This PR was tested with additional Pull Request(s), please also merge them if necessary: cms-data/CalibTracker-SiPixelESProducers#4

@mandrenguyen
Copy link
Contributor

+1
merging #45775 and #45764 together

@cmsbuild cmsbuild merged commit a12c87a into cms-sw:master Aug 24, 2024
11 of 12 checks passed
@mmusich mmusich deleted the mm_dev_update_createTestDBObjects_T33 branch August 24, 2024 10:57
@mmusich
Copy link
Contributor Author

mmusich commented Aug 24, 2024

@mandrenguyen, thanks for merging.
This one requires also a cms-data update as well: cms-data/CalibTracker-SiPixelESProducers#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants