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

python2->3 remove keys() from len(dict.keys()) #23737

Merged
merged 1 commit into from Jul 9, 2018

Conversation

davidlange6
Copy link
Contributor

len(dict.keys()) will not work in python3 as keys() will be an iterator. Fortunately len(dict) is the same functionality.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

A new Pull Request was created by @davidlange6 (David Lange) for master.

It involves the following packages:

CalibMuon/DTCalibration
CondCore/Utilities
Configuration/Applications
Configuration/PyReleaseValidation
DQM/Integration
DQMServices/Components
FWCore/GuiBrowsers
FWCore/ParameterSet
FWCore/Utilities
RecoLuminosity/LumiDB
RecoMET/METFilters
Utilities/RelMon
Utilities/ReleaseScripts
Validation/Tools

@kpedro88, @fabozzi, @pohsun, @monttj, @arizzi, @perrotta, @vanbesien, @cmsbuild, @GurpreetSinghChahal, @davidlange6, @smuzaffar, @Dr15Jones, @jfernan2, @cerminar, @slava77, @ggovi, @fabiocos, @prebello, @vazzolini, @kmaeshima, @arunhep, @dmitrijus, @franzoni, @gpetruc, @lpernie can you please review it and eventually sign? Thanks.
@TaiSakuma, @gouskos, @felicepantaleo, @Martin-Grunewald, @thomreis, @threus, @seemasharmafnal, @mmarionncern, @makortel, @jdolen, @barvic, @tocheng, @jdamgov, @nhanvtran, @gkasieczka, @schoef, @mmusich, @clelange, @batinkov, @wddgit, @ahinzmann, @mariadalfonso this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@davidlange6
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28992/console Started: 2018/07/03 16:44

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

-1

Tested at: 0140f52

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
15c494f
dd762d7
93d716a
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/summary.html

I found follow errors while testing this PR

Failed tests: UnitTests

  • Unit Tests:

I found errors in the following unit tests:

---> test testPythonParameterSet had ERRORS

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
15c494f
dd762d7
93d716a
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/git-merge-result

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 3, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/28992/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2899480
  • DQMHistoTests: Total failures: 24
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2899266
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 30 files compared)
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@prebello
Copy link
Contributor

prebello commented Jul 5, 2018

+1

based on tests-approved

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23737/29014/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2899480
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2899282
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 30 files compared)
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@pohsun
Copy link

pohsun commented Jul 6, 2018

+1

@fabiocos
Copy link
Contributor

fabiocos commented Jul 6, 2018

+operations

@fabiocos
Copy link
Contributor

fabiocos commented Jul 6, 2018

@kpedro88 @slava77 @perrotta @ggovi @jfernan2 could you please check and sign or comment? Unless you have objections, I would like to move forward quickly with this PR

@dmitrijus
Copy link
Contributor

+1

@kpedro88
Copy link
Contributor

kpedro88 commented Jul 6, 2018

+1

@slava77
Copy link
Contributor

slava77 commented Jul 8, 2018

+1

for #23737 0140f52

  • technical
  • jenkins tests pass

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2018

@ggovi please check, I would like to move forward with this PR by today

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2018

+1

technical update

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2018

merge

@cmsbuild cmsbuild merged commit 97ed105 into cms-sw:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment