-
Notifications
You must be signed in to change notification settings - Fork 5
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
patch for function arg/return types in frontier_client.py
#2
patch for function arg/return types in frontier_client.py
#2
Conversation
A new Pull Request was created by @missirol (Marino Missiroli) for branch cms/2.9.1. @cmsbuild, @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
If possible, it might be useful to test first only the package |
test parameters:
|
please test |
please test for CMSSW_12_3_ASAN_X |
@DrDaveD this patch seems to fix frontier client errors for CMSSW ASAN builds. Can you please review these and if looks good then can you please include this in next frontier_client release? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ea8c6a/21603/summary.html Comparison SummarySummary:
|
-1 Failed Tests: UnitTests 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: Unit TestsI found errors in the following unit tests: ---> test ExpressionEvaluatorUnitTest had ERRORS ---> test testExpressionEvaluator had ERRORS ---> test testGetPayloadData had ERRORS ---> test test_conddb had ERRORS and more ... Comparison SummarySummary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next cms/2.9.1 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) |
As I mentioned in cms-sw/cmsdist#7539, there is currently no frontier_client.py in the frontier client distribution, that is a cmssw addition. Other than that the patch looks ok to me. Perhaps it is finally time to move frontier_client.py to the frontier_client external. |
I see there was already a fermitools/frontier#37 issue to include the python bindings, as referenced at cms-sw/cmsdist#5898 |
Patch resulted from the debugging done in cms-sw/cmssw#33945 (mostly carried out by others before me).
Aims to solve failure of some unit tests in ASAN IBs of CMSSW (see cms-sw/cmssw#33945 for further details).
Opening this PR to test the patch, as suggested by @smuzaffar.