Add a test for issue 100 in DaVinciTests
Closes #100 (closed).
The test is a shorter version of the original script focusing only on what was giving trouble.
Merge request reports
Activity
Filter activity
added MC checking enhancement testing labels
requested review from @pkoppenb
assigned to @erodrigu
added 2 commits
- Resolved by Eduardo Rodrigues
My tests are OK locally (meaning all Python checks pass) but I'm seeing a weird message in the validator:
ApplicationMgr INFO Application Manager Terminated successfully</pre></DartMeasurement> <DartMeasurement type="text/string" name="validator_exception"><pre>Traceback (most recent call last): File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/LHCB/LHCB_v54r5/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiConf/QMTest/LHCbTest.py&quot;, line 379, in ValidateOutput return super(LHCbTest, self).ValidateOutput(stdout, stderr, result) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/QMTTest.py&quot;, line 143, in ValidateOutput exec(self.validator, globals(), exported_symbols) File &quot;&lt;string&gt;&quot;, line 3, in &lt;module&gt; File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/QMTTest.py&quot;, line 96, in __call__ return self.callable(*args, **kwargs) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/LHCB/LHCB_v54r5/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiConf/QMTest/LHCbTest.py&quot;, line 419, in validateWithReference super(LHCbTest, self).validateWithReference(stdout, stderr, result, File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/BaseTest.py&quot;, line 570, in validateWithReference causes = self.CheckTTreesSummaries(stdout, result, causes) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/BaseTest.py&quot;, line 488, in CheckTTreesSummaries trees = findTTreeSummaries(stdout) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/BaseTest.py&quot;, line 1229, in findTTreeSummaries tree, i = _parseTTreeSummary(outlines, i) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/BaseTest.py&quot;, line 1329, in _parseTTreeSummary branch = parseblock(lines[i : i + 3]) File &quot;/cvmfs/lhcb.cern.ch/lib/lhcb/GAUDI/GAUDI_v36r11/InstallArea/x86_64_v2-centos7-gcc11+detdesc-opt/python/GaudiTesting/BaseTest.py&quot;, line 1303, in parseblock r[&quot;Entries&quot;] = int(cols[1]) IndexError: list index out of range</pre></DartMeasurement>
I'm not understanding. Let me run a single test ...
/ci-test --platforms=x86_64_v2-centos7-gcc11+detdesc-opt
added ci-test-triggered label
- [2023-03-13 17:09] Validation started with lhcb-master-mr#7307
- [2023-03-30 18:43] Validation started with lhcb-master-mr#7485
- [2023-03-30 20:45] Validation started with lhcb-master-mr#7488
Edited by Software for LHCb- Resolved by Eduardo Rodrigues
@erodrigu is that about issue #100 (closed) or #110 (closed) ?
- Resolved by Eduardo Rodrigues
/ci-test --platforms=x86_64_v2-centos7-gcc11+detdesc-opt
added 32 commits
-
a7b17c1a...260cfec8 - 22 commits from branch
master
- 2779ca96 - Add options to test of DaVinci issue 100
- 61f73f21 - Test only for non DD4hep
- c8f1a536 - Add basics of QMTest
- a1f7f6ce - Fixed formatting
- 7f9c87bc - Add basic ref file
- 7bf72c2c - Finalise YAML file
- b7f3946b - Add ntuple content checks
- 06be0efe - Fix typo
- 793fe695 - Finalise ntuple content checks
- 383af9d8 - Adapt to changes in instantiation of MCTruthAndBkgCat
Toggle commit list-
a7b17c1a...260cfec8 - 22 commits from branch
Please register or sign in to reply