-
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
testGetPayloadData (getPayloadData.py) unit failure #34512
Comments
A new Issue was created by @qliphy Qiang Li. @Dr15Jones, @perrotta, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign db |
New categories assigned: db @ggovi you have been requested to review this Pull request/Issue and eventually sign? Thanks |
@mmusich Please have a look. Thanks! |
@qliphy just about the second part of your report, that's not correct
This is actually expected, because the test is checking for failures when being passed wrong input: cmssw/CondCore/Utilities/test/test_getPayloadData.sh Lines 63 to 73 in 11928c0
Please remove that part from the report, because it's very confusing! |
@mmusich ok, thanks. I will remove that part. |
About the issue in the last IB, I think I understand the cause. But specifically in as a result the specific plugin used for the test is missing and the test fails. |
see #34515 |
There is a unit failure In CMSSW_12_0_X_2021-07-15-2300
https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_X_2021-07-15-2300/unitTestLogs/CondCore/Utilities#/181-181
Traceback (most recent call last):
File "", line 1, in
KeyError: 'cond::BasicPayload'
getPayloadData.py --discover test not passed... found no entries
---> test testGetPayloadData had ERRORS
This can also be reproduced locally:
cmsrel CMSSW_12_0_X_2021-07-15-2300
cd CMSSW_12_0_X_2021-07-15-2300/src
cmsenv
git cms-addpkg CondCore/Utilities
cd CondCore/Utilities/test/
source test_getPayloadData.sh
The text was updated successfully, but these errors were encountered: