Skip to content
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

Remove threadlocal parameter for SQLAlchemy as it is deprecated in new release #11257

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

vkuznet
Copy link
Contributor

@vkuznet vkuznet commented Aug 25, 2022

Fixes #11205

Status

not-tested

Description

Remove threadlocal parameter as it is deprecated in new SQLAlchemy version

Is it backward compatible (if not, which system it affects?)

MAYBE

Related PRs

#11256

External dependencies / deployment changes

@cmsdmwmbot
Copy link

Jenkins results:

  • Python3 Unit tests: failed
    • 5 new failures
    • 543 tests no longer failing
    • 15 changes in unstable tests
  • Python3 Pylint check: failed
    • 3 warnings and errors that must be fixed
    • 20 comments to review
  • Pylint py3k check: succeeded
  • Pycodestyle check: succeeded
    • 8 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-WMCore-PR-test/13549/artifact/artifacts/PullRequestReport.html

@amaltaro
Copy link
Contributor

test this please

@cmsdmwmbot
Copy link

Jenkins results:

  • Python3 Unit tests: failed
    • 6 new failures
    • 542 tests no longer failing
    • 13 changes in unstable tests
  • Python3 Pylint check: failed
    • 3 warnings and errors that must be fixed
    • 20 comments to review
  • Pylint py3k check: succeeded
  • Pycodestyle check: succeeded
    • 8 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-WMCore-PR-test/13551/artifact/artifacts/PullRequestReport.html

Copy link
Contributor

@amaltaro amaltaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Valentin. I think this change will be transparent for us because we were actually not using it with SQLAlchemy 1.3.3.

FYI @belforte @mapellidario in case you use this strategy attribute in the CRAB systems.

@amaltaro amaltaro merged commit 4c37850 into dmwm:master Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade sqlalchemy in our python3 cmsdist stack
3 participants