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

castor dqm update #24142

Merged
merged 7 commits into from Aug 28, 2018
Merged

castor dqm update #24142

merged 7 commits into from Aug 28, 2018

Conversation

popovvp
Copy link
Contributor

@popovvp popovvp commented Jul 31, 2018

  • rm CastorBaseMonitor module

  • removed some TH2D histograms :
    instead of 2xTH2D add TProfile

  • add Energy (digi) vs BX (latency)

  • re-implement DB conditions for masking

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5829

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5829/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5829/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5830

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5830/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5830/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5831

Code check has found code style and quality issues which could be resolved by applying a patch in https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5831/git-diff.patch
e.g. curl https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24142/5831/git-diff.patch | patch -p1

You can run scram build code-checks to apply code checks directly

@andrius-k
Copy link

Hi,

Are you sure that code checks in this case didn't pass because of the bot error? Could you please review the code one more time?

@popovvp
Copy link
Contributor Author

popovvp commented Aug 8, 2018 via email

@andrius-k
Copy link

Hi,

Yes the code seems to be fine functionally, but code checks still fail because of the styling issues. In particular it seems that you removed override statements from the methods which are actually overriding base class methods. Please see this bot comment. Override statements usually have no impact on functionality but they are good tool to avoid errors in the future, and they are required by CMSSW policy.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #24142 was updated. @kmaeshima, @cmsbuild, @andrius-k, @jfernan2, @schneiml can you please check and sign again.

@andrius-k
Copy link

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 27, 2018

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

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-24142/30070/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: 2992641
  • DQMHistoTests: Total failures: 26
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2992425
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1145.149 KiB( 30 files compared)
  • DQMHistoSizes: changed ( 136.85,... ): 28.180 KiB Castor/average E(digi) in BXtrig
  • DQMHistoSizes: changed ( 136.85,... ): 28.176 KiB Castor/average E(digi) in BX
  • DQMHistoSizes: changed ( 136.85,... ): 4.043 KiB Castor/E(digi)vsTriggerIndex
  • DQMHistoSizes: changed ( 136.85,... ): -2.339 KiB Castor/CastorLEDMonitor
  • DQMHistoSizes: changed ( 136.85,... ): 2.183 KiB Castor/CastorDigiMonitor
  • DQMHistoSizes: changed ( 136.85,... ): 0.031 KiB Castor/CastorEventProducts
  • DQMHistoSizes: changed ( 136.85,... ): -0.002 KiB Castor/CastorRecHitMonitor
  • Checked 129 log files, 14 edm output root files, 31 DQM output files

@andrius-k
Copy link

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@andrius-k
Copy link

Thank you for applying the the styling rules. Now code looks much nicer!

@kpedro88
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 4336c71 into cms-sw:master Aug 28, 2018
int ChannelStatus[14][16];
int N_GoodChannels = 224;
int EtowerLastModule = 5;
int TrigIndexMax = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

why were the non-const global statics accepted as OK for production code?
@fabiocos please take a note

@fabiocos
Copy link
Contributor

fabiocos commented Oct 2, 2018

@slava77 thanks for catching the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants