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

Update data-RecoParticleFlow-PFProducer.spec #4332

Merged
merged 2 commits into from Oct 31, 2018

Conversation

mrodozov
Copy link
Contributor

Test new data files

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_10_3_X/gcc700.

@cmsbuild, @smuzaffar, @gudrutis, @mrodozov can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@mrodozov
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 12, 2018

@slava77
Copy link
Contributor

slava77 commented Sep 12, 2018

if we are going to try to make sense out of the package tags, then V15-00-01 is not the most appropriate in this case.
The file format was changed, even though they intend to yield the same results after the update in the parser.
Perhaps make it V16-00-00 ?

IIUC the tests with cmssw baseline will fail.
We need to test with cms-sw/cmssw#24432 (but even that test will start to make sense only after the copy of the new files is removed from cms-sw/cmssw#24432)

@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-4332/30376/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: 3147363
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3147164
  • DQMHistoTests: Total skipped: 197
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 31 files compared)
  • Checked 133 log files, 14 edm output root files, 32 DQM output files

@slava77
Copy link
Contributor

slava77 commented Sep 13, 2018

ah, the tests actually passed.
@guitargeek are these PF files even used now?

@guitargeek
Copy link

guitargeek commented Sep 13, 2018

I am surprised! I certainly know from my own tests that PfElectrons23Jan_BDT.weights.xml.gz and pfConversionAug0411_BDT.weights.xml.gz are used in workflow 4.53, which cmsbot tested here.

However, I don't know of a workflow that uses finalID_hzz-pions_BDT.weights.xml.gz.

Maybe the tests are organized in such a way that the old files are still there?

@guitargeek
Copy link

Here is the list of GBRForests constructed from weights files in 4.53:

https://rembserj.web.cern.ch/rembserj/scratch/4.53_gbr.out

Just a curiosity: notice I run my local tests all in single thread, so we would expect every file to only appear once in the log. It's interesting to see that some electron BDTs used in the reconstruction are loaded 2 or 3 times!

@guitargeek
Copy link

In fact I found out some time ago that they are also used multiple times in each event, i.e. the MVA value is calculated redundantly. It's not much overhead since it's fast, but just to keep in mind.

@slava77
Copy link
Contributor

slava77 commented Sep 13, 2018

Just to repeat: the tests with results in #4332 (comment) were done on top of the baseline with this PR which corresponds to removal of the .txt files in one format and replacement of them with .xml.gz files with different names. The tests passed. Given a separate indications that the files are used, the explanation can be that there is a separate location of the same files.

@smuzaffar @mrodozov
please clarify if in the tests we were still using a full rebuild strategy and the old source of data-RecoParticleFlow-PFProducer is not visible anymore in the test jobs search paths.

@mrodozov
Copy link
Contributor Author

mrodozov commented Sep 13, 2018

Maybe the tests are organized in such a way that the old files are still there?

They shouldn't be, consult with the jenkins console output to clarify this:

23:12:21 Starting to process package cms+data-RecoParticleFlow-PFProducer+V15-00-01
23:12:21 Checking if data-RecoParticleFlow-PFProducer is cached.
23:12:21 Package cms+data-RecoParticleFlow-PFProducer+V15-00-01 not found in repository. Queuing for build.
23:12:21 Dependencies for cms+data-RecoParticleFlow-PFProducer+V15-00-01: []

meaning - it tries to get data-RecoParticleFlow-PFProducer+V15-00-01, finds out it's not available
and gets('rebuild') it. this excludes the possibility that the old package files existed, you see each PR is tested on a 'clean' area

@cmsbuild
Copy link
Contributor

Pull request #4332 was updated.

@smuzaffar
Copy link
Contributor

@slava77, cmsdist PR tests do not use full release build strategy. The CMSSW_SEARCH_PATH for cmsdist PR tests contains the following directories. So if a file is not found in CMSSW_BASE/data then it will be looked in to CMSSW_RELEASE_BASE/data. We can update cmsdist PRs test to drop CMSSW_RELEASE_BASE/external/slc6_amd64_gcc700/data but this will not work for data files for src.

CMSSW_BASE/src
CMSSW_BASE/external/slc6_amd64_gcc700/data
CMSSW_RELEASE_BASE/src
CMSSW_RELEASE_BASE/external/slc6_amd64_gcc700/data

@slava77
Copy link
Contributor

slava77 commented Sep 13, 2018 via email

@smuzaffar smuzaffar changed the base branch from IB/CMSSW_10_3_X/gcc700 to IB/CMSSW_10_4_X/gcc700 October 10, 2018 10:38
@cmsbuild
Copy link
Contributor

-1

Tested at: f67f59b

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
090a987
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4332/31074/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4332/31074/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-24432/31074/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

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
090a987
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4332/31074/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4332/31074/git-merge-result

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 18, 2018

The tests are being triggered in jenkins.
Using cmssw from cms-sw/cmssw#24432
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/31145/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 24, 2018

The tests are being triggered in jenkins.
Using cmssw from cms-sw/cmssw#24432
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/31245/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@fabiocos
Copy link
Contributor

+1

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

6 participants