cmssw: Unit test failure in Validation/CTPPS

Unit test in Validation/CTPPS fails in CMSSW_11_3_X_2021-02-25-1100

===== Test "TestCTPPSDirectProtonSimulation" ====
argument 0: TestCTPPSDirectProtonSimulation
argument 1: /bin/bash
argument 2: Validation/CTPPS/test/simu
argument 3: run_multiple
shell is: /bin/bash
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100
topdir is: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100
testdir is: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100/src/Validation/CTPPS/test/simu
tmpdir is: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100/tmp/slc7_amd64_gcc900
testbin is: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100/test/slc7_amd64_gcc900
Running script: /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_11_3_X_2021-02-25-1100/src/Validation/CTPPS/test/simu/run_multiple
status = 256

---> test TestCTPPSDirectProtonSimulation had ERRORS

https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_11_3_X_2021-02-25-1100/unitTestLogs/Validation/CTPPS#/

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 21 (21 by maintainers)

Commits related to this issue

Most upvoted comments

@makortel , yes it should. If pack1/py uses pack2/py and pack2/py uses pack3/py then change in pack3/py should checkout both pack1 and pack2.

@forthommel , mappiong is not hard coded any where. After the build of release we run https://github.com/cms-sw/cmssw-config/blob/scramv3/SCRAM/findDependencies.pl#L119 to find out the dependencies (e.g. greping for import and from statements ion python files.