-
Notifications
You must be signed in to change notification settings - Fork 108
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
[py2py3] Migration at level scr/python/A/B/C - slice 8 #10289
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test this please |
This comment has been minimized.
This comment has been minimized.
037c948
to
c026ff1
Compare
Jenkins results:
|
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.
Dario, I made a couple of comments in the code which I believe it needs updating. However, please do let me know if I missed something.
This DBS3Reader module is sort of a DBS2 + DBS3 functionality, making things very confusing and possible outdated... Hopefully things will work out of the box here ;)
In any case, I am super-worried of how DBS3Reader manages strings, this is why I created #10293. This will need follow-up, especially when we will switch to py3 |
Fixes #10132
Status
In development
Related PRs
Description
Run futurize and some manual changes on the first batch of src/python/A/B/C.
Strings:
src/python/WMCore/Services/DBS/DBS3Reader.py
: required some re-organization of the strings. This should be tested thoroughly!Is it backward compatible (if not, which system it affects?)
It should be. (Any possible cause for errors will we reported here)
External dependencies / deployment changes
Requires python-future in both py2 and py3 environments.