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 unused JSON encoding choice keywords #12141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oljemark
Copy link
Collaborator

Fixes #12137

Status

not-tested

Description

Remove this seemingly unused keyword, used to enumerate words to JSON-encode.
Let's test it and see if somehow it still does something.

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

MAYBE

Related PRs

External dependencies / deployment changes

@cmsdmwmbot
Copy link

Can one of the admins verify this patch?

@cmsdmwmbot
Copy link

Jenkins results:

  • Python3 Unit tests: succeeded
    • 2 changes in unstable tests
  • Python3 Pylint check: failed
    • 1 warnings and errors that must be fixed
    • 5 comments to review
  • Pylint py3k check: succeeded
  • Pycodestyle check: succeeded

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

@cmsdmwmbot
Copy link

Jenkins results:

  • Python3 Unit tests: succeeded
    • 2 changes in unstable tests
  • Python3 Pylint check: failed
    • 1 warnings and errors that must be fixed
    • 5 comments to review
  • Pylint py3k check: succeeded
  • Pycodestyle check: succeeded

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

@khurtado
Copy link
Contributor

test this please

@cmsdmwmbot
Copy link

Jenkins results:

  • Python3 Unit tests: failed
    • 1 new failures
  • Python3 Pylint check: failed
    • 1 warnings and errors that must be fixed
    • 5 comments to review
  • Pylint py3k check: succeeded
  • Pycodestyle check: succeeded

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

@oljemark
Copy link
Collaborator Author

Hello, @khurtado . Looking at the Jenkins logs here: https://cmssdt.cern.ch/dmwm-jenkins/job/DMWM-WMCorePy3-PR-unittests/3530/SLICE=7,label=cms-dmwm-cc7/testReport/junit/WMCore_t.WorkQueue_t.WorkQueue_t/WorkQueueTest/testProductionMultiQueue/ , am I correct in thinking this shows the unit test was failing since #12151 ? Or was the code affected by this PR and succeeded by chance at least once between these two PRs? Or is this one of the unstable tests that can be ignored?

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.

Remove unused encoding parameter in RequestDBWriter.py
3 participants