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

Migrate 10 EDFilters in GenFilters from legacy #28991

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

wddgit
Copy link
Contributor

@wddgit wddgit commented Feb 18, 2020

PR description:

10 more legacy EDFilters in the GenFilters package
migrated from being legacy types to global or one
types. This is the second in a series of such PRs
(more are on the way).

There is a considerable amount of cleanup mixed in with
this. Headers fixed, commented code removed, cout lines
removed, event counters removed, .h content moved to
.cc files, destructors just defaulted, esConsumes migration
done for one module...

The intent is nothing has been done that would change
the filter behavior and in fact the changes to the
algorithmic code in the filter methods are very small.
I didn't touch any complicated logical code.

PR validation:

Relying on existing tests. Behavior should not change.

@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-28991/13826

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @wddgit (W. David Dagenhart) for master.

It involves the following packages:

GeneratorInterface/GenFilters

@SiewYan, @efeyazgan, @mkirsano, @cmsbuild, @agrohsje, @alberto-sanchez, @qliphy can you please review it and eventually sign? Thanks.
@alberto-sanchez, @agrohsje, @mkirsano this is something you requested to watch as well.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@wddgit
Copy link
Contributor Author

wddgit commented Feb 18, 2020

please test

fyi @Dr15Jones @makortel

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 18, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4759/console Started: 2020/02/19 03:44

@cmsbuild
Copy link
Contributor

-1

Tested at: 15ff017

CMSSW: CMSSW_11_1_X_2020-02-18-1100
SCRAM_ARCH: slc7_amd64_gcc820
You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4728b1/4759/summary.html

I found follow errors while testing this PR

Failed tests: ClangBuild

  • Clang:

I found compilation warning while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

See details on the summary page.

@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors/Fireworks only changes/No short matrix requested (RelVals and Igprof tests were also skipped)

10 more legacy EDFilters in the GenFilters package
migrated from being legacy types to global or one
types. This is the second in a series of such PRs
(more are on the way).

There is a considerable amount of cleanup mixed in with
this. Headers fixed, commented code removed, cout lines
removed, event counters removed, .h content moved to
.cc files,  destructors just defaulted, esConsumes migration
done for one module...

The intent is nothing has been done that would change
the filter behavior and in fact the changes to the
algorithmic code in the filter methods are very small.
I didn't touch any complicated logical code.
@cmsbuild
Copy link
Contributor

Pull request #28991 was updated. @SiewYan, @efeyazgan, @mkirsano, @cmsbuild, @agrohsje, @alberto-sanchez, @qliphy can you please check and sign again.

@wddgit
Copy link
Contributor Author

wddgit commented Feb 19, 2020

please test

Force pushed a commit that fixed the problem clang noticed. It was related to the std::abs function. Mostly the fix was that I restored "using namespace std" everywhere I had deleted it and also put a few other related things back the way they were before. A few less cleanup changes now.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 19, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4793/console Started: 2020/02/20 00:20

@cmsbuild
Copy link
Contributor

+1
Tested at: 3ed62ec
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4728b1/4793/summary.html
CMSSW: CMSSW_11_1_X_2020-02-19-1100
SCRAM_ARCH: slc7_amd64_gcc820

@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-4728b1/4793/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2694086
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2693765
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@silviodonato
Copy link
Contributor

@alberto-sanchez @agrohsje @efeyazgan @mkirsano @qliphy @SiewYan
do you have any comments?

@agrohsje
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, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 00e4db3 into cms-sw:master Feb 27, 2020
@wddgit wddgit deleted the convertLegacyFilters2 branch May 21, 2020 16:23
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