-
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/MillePedeAlignmentAlgorithm/test_CreateFileLists: give a better error message in case of failure #38271
Alignment/MillePedeAlignmentAlgorithm/test_CreateFileLists: give a better error message in case of failure #38271
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38271/30422
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
@cmsbuild , please test for CMSSW_12_5_ASAN_X |
type bugfix,trk |
@@ -9,7 +9,7 @@ | |||
</library> | |||
<test name="test_PrepareInputDb" command="mps_prepare_input_db.py -g auto:run2_data -r 1 -o ${LOCALTOP}/tmp/test_input.db"/> | |||
<test name="test_MpsWorkFlow" command="test_mps-workflow.sh"/> | |||
<test name="test_CreateFileLists" command="mps_create_file_lists.py --test-mode --force -i /OVERRIDDEN/IN/TESTMODE -o ${LOCALTOP}/tmp/mps_create_file_lists -n 200000 --iov 42 --iov 174"/> | |||
<test name="test_CreateFileLists" command="tkal_create_file_lists.py --test-mode --force -i /OVERRIDDEN/IN/TESTMODE -o ${LOCALTOP}/tmp/mps_create_file_lists -n 200000 --iov 42 --iov 174"/> |
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.
shouldn't we move this unit tests to Alignment/CommonAlignment
as tkal_create_file_lists.py
exists in that package. Any change in this script will then allow its automatic testing
I think this is not going to fix the unit test but it should give a proper error message. I think test randomly fails for ASAN IBs e.g. kibana shows that it works some time. |
Exactly. I will update the PR title. |
I understand that this #38271 (comment) is expected. Shall this change #38271 (comment) be done before approving? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-66f74b/25339/summary.html Comparison SummarySummary:
|
yes
yes, this change be done in a separate PR |
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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
test_CreateFileLists failed in CMSSW_12_5_ASAN_X_2022-06-06-1100 IB: log
This PR fixes the error by initializing
das_data
with some generic state before running DAS query. Also, the PR updates test definition to usetkal_create_file_lists.py
instead ofmps_create_file_lists.py
as indicated in mps_create_file_lists.py:PR validation:
Test ran locally without errors