-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Alignment/OfflineValidation
] restructure the primary-vertex related unit tests
#40612
[Alignment/OfflineValidation
] restructure the primary-vertex related unit tests
#40612
Conversation
Alignment/OfflineValidaiton
] restructure the primary-vertex related unit testsAlignment/OfflineValidation
] restructure the primary-vertex related unit tests
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40612/33877
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@malbouis, @yuanchao, @cmsbuild, @saumyaphor4252, @francescobrivio, @ChrisMisan, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
thanks @mmusich for looking in to it. We also noticed that test was reading a 90GB large file (root://eoscms.cern.ch//eos/cms/store/user/cmsbuild/store/relval/CMSSW_12_5_3/RelValMinBias_14TeV/GEN-SIM-RECO/125X_mcRun4_realistic_v5_2026D88PU-v1/2590000/22e22ae6-a353-4f2e-815e-cc5efee37af9.root ) and job just hands after printing
I guess it is waiting for input file to be available and then we get message like
could this large file be the issue here? |
@cmsbuild, please test |
I am not sure in what sense the size the can be an issue here, excepted that since this is a PU=200 MC sample the computation will be on the heavy side. On the other hand I am planning to move to a (lighter) ALCARECO sample, once that's available (should be for the next pre-release, as it needs #40548 to be processed correctly) |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test testPVPlotting had ERRORS Comparison SummarySummary:
|
bc37318
to
d16ffaa
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40612/33888
|
@cmsbuild, please test |
ah ok, I thought test was still using [a]. [a]
|
Pull request #40612 was updated. @malbouis, @yuanchao, @cmsbuild, @saumyaphor4252, @francescobrivio, @ChrisMisan, @tvami can you please check and sign again. |
yes, it's still using that, but it's another test (the one that now doesn't fail anymore) |
ed9add7
to
ccbb2d8
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40612/33896
|
Pull request #40612 was updated. @malbouis, @yuanchao, @cmsbuild, @saumyaphor4252, @francescobrivio, @ChrisMisan, @tvami can you please check and sign again. |
@cmsbuild, please test for el8_aarch64_gcc11 in the last push I reduced the input file size also for the phase-2 test:
lets' see how it goes |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d946a/30192/summary.html |
unit tests look good now |
+alca
|
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
thanks a lot @mmusich. Indeed tests look good now. Test were run on the slowest arm node and finished with in time limits. |
+1 |
PR description:
In (partial) response of the #40567 (comment):
PR validation:
Run successfully
scram b runtests_PrimaryVertex
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