MuonGeoModelTestR4: run unit test in private working directory
Unit tests that actually run athena, need their own private working directory to avoid overwriting each others files (e.g. pool catalogue) when they happen to run concurrently (as seen on !68990 (merged)). Also use noerror.sh
for post-processing to detect any errors printed by the test.
Also update simulation flags to avoid error message (see ATLASSIM-7094).
cc @jojungge
Merge request reports
Activity
- Resolved by Frank Winklmeier
Can you rebase to main please? I've submitted !69049 (merged) to kill all unit tests in 24.0 .
added 24.0 MuonSpectrometer Upgrade review-pending-level-1 labels
removed review-pending-level-1 label
added review-user-action-required label
removed 24.0 label
added 39 commits
- a41b53b4...2377a015 - 29 earlier commits
- e0ffbfe9 - improved branch stopper
- 8306ef10 - Merge branch 'adye-ckf40' into 'main'
- 5723113b - Add HGTD Cluster Analysis
- 3dbbe681 - Merge branch 'AnalysisOfHGTDClusters' into 'main'
- adcd83ea - FTF GPU ITk: Use ITk covariance on r and z measurements
- 3fadf82a - Merge branch 'ftf-gpu-dcov' into 'main'
- 4dc0a9e7 - Hgtd EDM converter from xaod to/from indet
- d8d58f56 - Merge branch 'HgtdConverterFromXAODtoInDet' into 'main'
- 4c00627a - AthGeneration: revert project version to 23.6.25
- 91183a1b - MuonGeoModelTestR4: run unit test in private working directory
Toggle commit listremoved review-user-action-required label
added main review-pending-level-1 labels
CI Result FAILURE (hash 91183a1b) Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 4968] @jojungge, are the tests already broken?
GeoModelSvc FATAL in sysInitialize(): standard std::exception is caught GeoModelSvc ERROR Wrong data type requested for the field STRIPPITCH_Z ServiceManager ERROR Unable to initialize Service: GeoModelSvc
Sorry, I updated the file already to make !68692 (merged) pass.
Hmm... OK. That's not ideal as any other MR with full-unit-tests will also fail. Let's hope this kind of update doesn't happen often.
removed review-pending-level-1 label
added review-user-action-required label
added review-pending-level-1 label and removed review-user-action-required label
CI Result FAILURE (hash 91183a1b) Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 4997] The tests work again but one of them actually prints an error:
IOVDbSvc ERROR Duplicate request for folder /Simulation/Parameters associated to already requested Storegate key /Simulation/Parameters
I have seen this elsewhere and it's unrelated to these tests. I opened ATLASSIM-7094.
Edited by Frank Winklmeierremoved review-pending-level-1 label
added review-user-action-required label
added 453 commits
-
91183a1b...93c874b8 - 452 commits from branch
atlas:main
- b16c0988 - MuonGeoModelTestR4: run unit test in private working directory
-
91183a1b...93c874b8 - 452 commits from branch
This merge request affects 1 package:
- MuonSpectrometer/MuonPhaseII/MuonDetDescr/MuonGeoModelTestR4
This merge request affects 2 files:
- MuonSpectrometer/MuonPhaseII/MuonDetDescr/MuonGeoModelTestR4/CMakeLists.txt
- MuonSpectrometer/MuonPhaseII/MuonDetDescr/MuonGeoModelTestR4/python/testGeoModel.py
Adding @rosati ,@kluit ,@jojungge ,@pscholer ,@stavrop ,@apsallid as watchers
added review-pending-level-1 label and removed review-user-action-required label
CI Result FAILURE (hash b16c0988) Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 5431] (remote access info) removed review-pending-level-1 label
added review-user-action-required label
@jojungge, after setting
flags.Common.ProductionStep
as advised on ATLASSIM-7094 one of the tests now fails with:SGInputLoader 0 0 ERROR Unresolved conditions dependency: ( 'ActsGeometryContext' , 'ConditionStore+ActsAlignment' )
I assume it's missing a conditions alg. Could you take a look at this?
Edited by Frank Winklmeier
Superseded by !69420 (merged).