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

DQM: fix some autoDQM.py harvesting sequences #29343

Merged
merged 3 commits into from Apr 2, 2020

Conversation

schneiml
Copy link
Contributor

PR description:

It turns out that ConfigBuilder treats failing to find a HARVESTING sequence not as an error, and in fact we have some non-existing sequences in autoDQM.py. One of them is DQMHarvestDCS, which I forgot to remove in #28829.

But also DQMNone, which is used to signify that there is nothing to do ('' could be understood as default sequence, as usual in cmsDriver) is not actually defined in harvesting. So I added that to all the main config files.

Finally, this PR makes ConfigBuilder fail on undefined harvesting sequences, like it does for other sequences.

PR validation:

Functionality should not be affected, but misconfigured jobs may crash now. I expect some PR and even IB failures untilwe catch all of them.

@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-29343/14432

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @schneiml (Marcel Schneider) for master.

It involves the following packages:

Configuration/Applications
DQMOffline/Configuration

@andrius-k, @kmaeshima, @schneiml, @cmsbuild, @silviodonato, @franzoni, @jfernan2, @fioriNTU, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @threus, @fabiocos, @rociovilar 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

@schneiml
Copy link
Contributor Author

schneiml commented Mar 31, 2020

please test

This has some chance of blowing up due to more undefined harvesting sequences. Let's see.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 31, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5455/console Started: 2020/03/31 11:57

@cmsbuild
Copy link
Contributor

+1
Tested at: fc40c3c
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e4e904/5455/summary.html
CMSSW: CMSSW_11_1_X_2020-03-30-2300
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-e4e904/5455/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 18 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2692110
  • DQMHistoTests: Total failures: 40
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2691751
  • 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

@schneiml
Copy link
Contributor Author

schneiml commented Mar 31, 2020

+1

looks good so far, though be aware of potential failures due to misconfigured harvesting in the IB tests.
Edit: actually, now that I think of it, the new PR tests from #29150 should have triggered all possible crashes in the unit tests, and there were none.

@silviodonato
Copy link
Contributor

+operations

@silviodonato
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 2, 2020

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 be automatically merged.

@cmsbuild cmsbuild merged commit a8b8247 into cms-sw:master Apr 2, 2020
@silviodonato
Copy link
Contributor

@schneiml
Copy link
Contributor Author

schneiml commented Apr 3, 2020

@silviodonato yep, that is related. validationHarvestingNoHLT (in your link) does not exist and should be removed from all configs that use it.

@silviodonato
Copy link
Contributor

Do you mean we have to remove validationHarvestingNoHLT+ from HARVESTHI2011, HARVESTHI2015, HARVESTHI2018 in
https://github.com/cms-sw/cmssw/blob/master/Configuration/PyReleaseValidation/python/relval_steps.py
?
pdmv: @chayanit @pgunnell @wajidalikhan

@silviodonato
Copy link
Contributor

@silviodonato
Copy link
Contributor

#29393 should fix the error

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

3 participants