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

pat::Muon member function declaration bug fix #24901

Merged
merged 1 commit into from Oct 23, 2018

Conversation

bmahakud
Copy link
Contributor

  • Just a bug fix to declare the triggered function as const.
  • This would ensure the object is not altered when the method is called.
    Before:
    bool triggered( const char * pathName ) {
    return triggerObjectMatchByPath(pathName,true,true)!=nullptr;
    }
    after:
    bool triggered( const char * pathName ) const {
    return triggerObjectMatchByPath(pathName,true,true)!=nullptr;
    }

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @bmahakud (Bibhuprasad Mahakud) for master.

It involves the following packages:

DataFormats/PatCandidates

@perrotta, @monttj, @cmsbuild, @slava77, @gpetruc, @arizzi can you please review it and eventually sign? Thanks.
@gpetruc, @gouskos, @drkovalskyi, @rovere, @cbernet 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

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 17, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/31098/console Started: 2018/10/17 10:36

@cmsbuild
Copy link
Contributor

-1

Tested at: 0334c9d

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

I found follow errors while testing this PR

Failed tests: UnitTests

  • Unit Tests:

I found errors in the following unit tests:

---> test runtestPhysicsToolsPatAlgos had ERRORS

@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-24901/31098/summary.html

Comparison Summary:

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

@fabiocos
Copy link
Contributor

@bmahakud sorry why was this PR closed? The reported error was independent on your PR...

@bmahakud
Copy link
Contributor Author

bmahakud commented Oct 21, 2018

@fabiocos Thanks for letting me know. Had not looked into it in detail. Thought to relaunch after fixing. Can you clarify further what is the error related about and how could it be fixed before re opening the PR?

@fabiocos
Copy link
Contributor

@bmahakud it was a problem induced by a root patch, seen in IB and in the test of several other PRs

@bmahakud bmahakud reopened this Oct 21, 2018
@bmahakud
Copy link
Contributor Author

@fabiocos Thanks for clarification. Sorry for limited knowledge regarding PR. But how could it fixed ? What would be action item for me? changing to some other version of CMSSW? Or is it okay to proceed with this as the error is known?

@perrotta
Copy link
Contributor

@cmsbuild please test
(to refresh the tests, since the root issue in the IB is fixed now)

4 similar comments
@perrotta
Copy link
Contributor

@cmsbuild please test
(to refresh the tests, since the root issue in the IB is fixed now)

@perrotta
Copy link
Contributor

@cmsbuild please test
(to refresh the tests, since the root issue in the IB is fixed now)

@perrotta
Copy link
Contributor

@cmsbuild please test
(to refresh the tests, since the root issue in the IB is fixed now)

@perrotta
Copy link
Contributor

@cmsbuild please test
(to refresh the tests, since the root issue in the IB is fixed now)

@perrotta
Copy link
Contributor

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 22, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/31207/console Started: 2018/10/22 23:20

@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-24901/31207/summary.html

Comparison Summary:

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

@perrotta
Copy link
Contributor

+1

  • Technical
  • Jenkins tests pass

@fabiocos
Copy link
Contributor

+1

@fabiocos
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 3d9ebb2 into cms-sw:master Oct 23, 2018
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

4 participants