AthenaPoolTest: test definition cleanup
Major cleanup of the unit test definition:
- Use official
post.sh
script for reference comparison - Fix test dependencies. Previously all tests were run sequentially. In principle there could be a problem when multiple jobs try to write to the same PoolCatalog. If that happens we may need to define separate run directories for each test.
- Copy all references to git to avoid the awkward EOS copy. Some of the references are a few 100kB, however, they compress to almost nothing so this should not be an issue for git storage.
- Delete all obsolete test scripts.
- Fix a few mistakes in job options that the previous post-processing script missed.
Merge request reports
Activity
Filter activity
This merge request affects 1 package:
- AtlasTest/DatabaseTest/AthenaPoolTest
This merge request affects 28 files:
- AtlasTest/DatabaseTest/AthenaPoolTest/CMakeLists.txt
- AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2Write.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoRead.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWrite.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep2.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep3.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep4.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.py
- AtlasTest/DatabaseTest/AthenaPoolTest/share/EventInfoWriteStep5.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataRead.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/InDetRawDataWriter.ref
- AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py
- AtlasTest/DatabaseTest/AthenaPoolTest/test/athenapooltest_test.sh.in
- AtlasTest/DatabaseTest/AthenaPoolTest/test/atlfast_write_pre_check.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/diff_check.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/dumpAttr.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/lfn_test_pre_check.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/post_check_with_select.sh
- AtlasTest/DatabaseTest/AthenaPoolTest/test/pre_check.sh
added Overlay Test master review-pending-level-1 labels
CI Result SUCCESS (hash 79b3dcf1)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 23905]added review-approved label and removed review-pending-level-1 label
mentioned in commit b6051da7
added sweep:ignore label
Please register or sign in to reply