- Dec 02, 2022
-
-
Tadej Novak authored
-
- Dec 01, 2022
-
-
Simplify Acts Configuration using enum type for reco sequence
-
- Nov 29, 2022
-
-
TestTools: Remove #undef NDEBUG. Remove #undef NDEBUG from FLOATAssert.h. Tests that want to force assertions should do the #undef explicitly in the test source. Fixes an odr-violation warning in JetTagTools in the lto build.
-
Tadej Novak authored
-
Tadej Novak authored
-
- Nov 28, 2022
-
-
Frank Winklmeier authored
Add test for Read/WriteDecorHandleKey.
-
- Nov 24, 2022
-
-
CompetingRIO keep vector rather than ptr to vector
-
- Nov 23, 2022
-
-
TestTools: Add TestAlloc. Helper to use for testing handling of non-default allocators.
-
- Nov 14, 2022
-
-
Johannes Elmsheuser authored
Remove --ignoreMuons --ignoreMET from comparexAODDigest.py, increase diff-root to 10 events, update --ignore-leaves parameter list of diff-root
-
- Nov 09, 2022
-
-
Tadej Novak authored
-
- Nov 07, 2022
-
-
TSOS: keep FitQualityOnsurface as value. Re-organise constructors
-
- Nov 06, 2022
-
-
Frank Winklmeier authored
EventInfoMgt: thread-checker cleanup Remove redundant thread-checker annotations (the whole package is being checked now). Also cleanup link dependencies.
-
- Nov 04, 2022
-
-
Walter Lampl authored
-
- Nov 02, 2022
-
-
Add RecoRun3Data_CAConfig and RecoRun3Data_LegacyVsCA test, increase the CA reco tests to 25 events, add a diff-root test in the CA vs. Legacy configuration comparison
-
- Oct 31, 2022
-
-
scott snyder authored
Remove (unused) dependency on the old EventInfo package.
-
- Oct 28, 2022
-
-
Julien Maurer authored
enable FPE stack trace dump in one of the CI reco tests (ATR-26568)
-
- Oct 18, 2022
-
-
Tadej Novak authored
-
- Oct 12, 2022
-
-
AthenaPoolMultiTest: Fix cppcheck warning. Redundant null check.
-
- Oct 09, 2022
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- Oct 08, 2022
-
-
Frank Winklmeier authored
The addition of CutFlowSvc breaks `RecoRun4MC_DAODPHYS`. Temporarily disable the test.
-
- Oct 03, 2022
-
-
Frank Winklmeier authored
-
- Oct 02, 2022
-
-
Tadej Novak authored
-
- Oct 01, 2022
-
-
Remove IOV Callback from TagInfoMgr Removed the use of the IOVSvc callback as it is not thread-safe. Now relying solely on incidents (begin run/file) Also removed DataHandles use to not trigger gccchecker thread safety errors (see ATEAM-855)
-
- Sep 29, 2022
-
-
Tadej Novak authored
-
- Sep 28, 2022
-
-
TileByteStream: Fix test configuration. Update for changes in tile configuration: need to disable Geant4 version check. Update reference files. Fixes test failure in master.
-
- Sep 19, 2022
-
-
-
upgrade conditions to BLKPA-2022-07 for Run3 cosmics/calib CI tests
-
- Sep 14, 2022
-
-
Tadej Novak authored
-
upgrade conditions to BLKPA-2022-07 for Run3 cosmics/calib CI tests
-
- Sep 12, 2022
-
-
Frank Winklmeier authored
Fix another ordering issue in the unit tests. Make sure to use the Pool catalog written by the dependee. Closes ATEAM-859.
-
- Sep 07, 2022
-
-
AthenaDBTestRec+AthenaPoolMultiTest: enable thread-checker See merge request atlas/athena!56540 (cherry picked from commit ab86a0af) 3c9ab245 AthenaPoolMultiTest: enable thread-checker 1c65dccd AthenaDBTestRec: enable thread-checker dace49e9 AthenaPoolMultiTest: use dedicated POOL catalogue for EventNoSplit test
-
Frank Winklmeier authored
Use a private working directory for the Overlay tests to avoid collisions in `PoolCatalogue.xml` with the other tests. Also use private catalogues for the `DoubleSelector` test.
-
Frank Winklmeier authored
Avoid chances of POOL catalogue collisions by using a dedicated PoolCatalogue in the `EventNoSplit` test.
-
- Sep 06, 2022
-
-
Frank Winklmeier authored
Mostly suppress checker warnings by marking testing classes as not thread-safe.
-
Frank Winklmeier authored
-
- Sep 03, 2022
-
-
Frank Winklmeier authored
-
- Sep 02, 2022
-
-
tauRecTools: drop conditional decoration in TauIDVarCalculator Hello, This is resubmission of the broken !56154 . We have a conditional decoration in tauRecTools, i.e. a decoration that is only added onto certain taus (those with at least 1 track), which causes trouble downstream when making derivations. This decoration corresponds to the eProbabilityHT of the leading track of the tau. It was created in R21 for convenience, but it is no longer used anywhere in R22 (and it can anyway be recomputed from the AOD). As agreed at the last RIG meeting, this decoration is now dropped. The ESD and AOD reference files for q442, q445 and q449 have been updated and deployed on EOS. The AOD_content.ref files have been updated as well. Cheers, Bertrand
-
Tadej Novak authored
-
- Sep 01, 2022
-
-
Frank Winklmeier authored
`atlas_add_citest` does not parse `DEPENDS_SUCCESS` correctly if another argument follows it. All these arguments will be ignored. Documentation on this has been updated as part of !56445.
-