- 03 Aug, 2020 1 commit
-
-
Tadej Novak authored
-
- 02 Aug, 2020 1 commit
-
-
- 27 Jul, 2020 1 commit
-
-
Frank Winklmeier authored
With athenaMT it is best to rely on the default (ROOT) signal handler in CoreDumpSvc, which uses gdb to produce the stacktrace for all threads. Setting `FatalHandler = 438` makes use of the `SealSignal` handler, which only produces one trace. For production environments where the gdb traces are not needed, one should override the setting in the transform or AMI tag as is already done today. Relates to ATEAM-629.
-
- 03 Jul, 2020 1 commit
-
-
Tadej Novak authored
-
- 19 Jun, 2020 1 commit
-
-
Marcin Jerzy Nowak authored
SealSvc does not have any useful function any more
-
- 07 Feb, 2020 1 commit
-
-
scott snyder authored
A quoting fix in the comparison script in order to handle properly spaces in a selection pattern. Update reference file. Also fix sensitivity to paths used to find data files.
-
- 30 Jan, 2020 1 commit
-
-
scott snyder authored
Some of the tests have been producing ERRORs in the log files for a while now, which no one noticed because these weren't selected for the log file comparison. Make sure input file is well-defined to clean these up.
-
- 10 Jan, 2020 1 commit
-
-
- 17 Dec, 2019 1 commit
-
-
scott snyder authored
- print function - Service() - relative imports
-
- 24 Oct, 2019 1 commit
-
-
- 30 Aug, 2019 1 commit
-
-
Peter van Gemmeren authored
scheduled to be written and not yet available in StoreGate.
-
- 25 Jul, 2019 1 commit
-
-
Frank Winklmeier authored
The C++ implementation of AthenaSealSvc already lives in AthenaServices. Move the one remaining job options file also there and adjust references in other packages.
-
- 21 Jul, 2019 1 commit
-
-
Tadej Novak authored
-
- 03 Jun, 2019 1 commit
-
-
Rename output catalog written by DES test to prevent collisions when running concurrently with existing tests.
-
- 24 Apr, 2019 1 commit
-
-
Miha Muskinja authored
-
- 09 Apr, 2019 1 commit
-
-
- 06 Apr, 2019 1 commit
-
-
Miha Muskinja authored
-
- 29 Mar, 2019 1 commit
-
-
Miha Muskinja authored
-
- 20 Dec, 2018 1 commit
-
-
scott snyder authored
gbl was undefined in the SetFatalHandler call. But in fact, we shouldn't be loading dsos before initialize() anyway, so just get rid of this call.
-
- 13 Dec, 2018 1 commit
-
-
Miha Muskinja authored
Minimal necessary changes to run MC+MC overlay in AthenaMT with --threads > 1 using the DoubleEventSelector. Former-commit-id: 05b6acd3542c893a062880dccf7499ec7b6d3fe4
-
- 12 Dec, 2018 1 commit
-
-
Frank Winklmeier authored
Do not use `AthenaServices.SetFatalHandler` but instead set the equivalent property on the CoreDumpSvc. Switch the remaining job options and delete any comments referencing the old class. A nice side effect is that the initial bootstrap of `athena.py` is now 3 seconds faster due to the removal of the `cppyy` import (of course this time is spent later once the import happens at another place). Former-commit-id: 021e1688626ce68e5faa67683820f68c789f5844
-
- 01 Oct, 2018 1 commit
-
-
Peter Van Gemmeren authored
Former-commit-id: d33bbc09
-
- 09 Aug, 2018 2 commits
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a859]. Former-commit-id: bac9f4d6
-
Jennifer Roloff authored
Former-commit-id: 8650a859
-
- 15 May, 2018 1 commit
-
-
Stewart Martin-Haugh authored
Former-commit-id: 04eeb46e
-
- 01 Feb, 2018 1 commit
-
-
Peter van Gemmeren authored
Former-commit-id: da68b8200f9455fe61aee6ce6d6128933b689292
-
- 31 Aug, 2017 1 commit
-
-
Peter van Gemmeren authored
Former-commit-id: 30eed811
-
- 15 Apr, 2017 1 commit
-
-
scott snyder authored
Fixing ATN tests: Need to turn on noTag option for output streams, to avoid crashes from EventTagBuilder, since these tests don't make an xAOD::EventInfo object. Former-commit-id: 5d322893
-
- 30 Mar, 2017 1 commit
-
-
Peter van Gemmeren authored
1) Remove obsolete testDictionary() function and CheckDictionary property (update jobOptions), no longer needs AthenaSealSvc 2) Remove m_containersMap container cache to make things less thread hostile. 3) Change getDbHandle() and getContainerHandle() functions to use unique_ptr and simplify memory management. 4) Small cosmetic clean ups. Former-commit-id: 72bbe8cd
-
- 01 Jan, 2017 1 commit
-
-
Charles Leggett authored
* remove deprecated and unneeded PropertyMgr.h include * tag AthenaPoolTest-00-10-36 M src/CaloClusterFakeReader.cxx M src/TrkTrackFakeWriter.cxx M src/LArCellContFakeWriter.cxx 2016-08-03 scott snyder <snyder@bnl.gov> * Tagging AthenaPoolTest-00-10-35. * endreq -> endmsg. * Tagging AthenaPoolTest-00-10-34. * Revert premature naming changes accidentally included in last commit. 2016-07-23 scott snyder <snyder@bnl.gov> * Tagging AthenaPoolTest-00-10-33. * test/post_check_with_select.sh (select): Tweak reference comparison. ... (Long ChangeLog diff - truncated) Former-commit-id: abc5e46fea64f79f560f71da7549ea0e88aa529d
-
- 19 Sep, 2014 1 commit
-
-
R D Schaffer authored
-