- Dec 04, 2020
-
-
- Dec 03, 2020
-
-
Setting multiple streams to write to the same file causes problems when there is an overlap in the streams' metadata itemlists that is not 1-to-1: those items in the overlap will add more entries to the metadata tree than the others causing a failure when attempting to close the file after writing. If the list is 1-to-1 overlapping the metadata tree has multiple entries, which may lead to undefined behaviour. There is no reason to expect multiple output streams to need to write to the same file. We do not support that configuration, and should not test for it.
-
- Nov 27, 2020
-
-
scott snyder authored
Fix test failures in master.
-
- Nov 26, 2020
-
-
Frank Winklmeier authored
-
Vakhtang Tsulaia authored
Partially addresses ATEAM-677
-
- Nov 25, 2020
-
-
Frank Winklmeier authored
Add release number to ignore patterns in reference file comparison.
-
- Nov 23, 2020
-
-
Frank Winklmeier authored
- Define simply tests directly via the `SCRIPT` command rather than having a wrapper shell script. - Delete unused `.ref` files and scripts.
-
Frank Winklmeier authored
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.
-
- Nov 19, 2020
-
-
Frank Winklmeier authored
Update test references due to Gaudi tool auto-retrieval (!37533).
-
- Nov 10, 2020
-
-
Frank Winklmeier authored
Ignore auto-retrieve INFO message introduced in gaudi/Gaudi!1124.
-
- Nov 06, 2020
-
-
Trying to group access to TagInfo object exclusively to the TagInfoMgr so it can be better managed during input file transitions in MT
-
- Nov 03, 2020
-
-
Tadej Novak authored
-
- Oct 28, 2020
-
-
Tadej Novak authored
-
- Oct 26, 2020
-
-
Frank Winklmeier authored
-
- Oct 06, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
- Oct 02, 2020
-
-
This has just laid dormant ever since the CMT->CMake migration. :-( At the same time introduced some tests for the implicit copy-constructor and copy-operator of xAOD::EventFormat.
-
- Sep 18, 2020
-
-
- Aug 29, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
John Chapman authored
Prior to this change log file diffs in unit tests compared the reference file to the current output, rather than the other way around, so that lines in the log removed due to local changes are marked with a `+` in the diff output and lines added to the log are marked with a `-`. This commit switches the order of comparison with the aim of making the output more intuitive. See discussion in ATEAM-644.
-
- Aug 14, 2020
-
-
- Aug 12, 2020
-
-
R D Schaffer authored
-
- Aug 08, 2020
-
-
R D Schaffer authored
-
scott snyder authored
For TagInfo changes.
-
- Aug 03, 2020
-
-
Tadej Novak authored
-
- Aug 02, 2020
-
-
- Aug 01, 2020
-
-
Vakhtang Tsulaia authored
Fixed most of the ctest failures introduced by !35242
-
- Jul 28, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
- remove atlas_depends_on_subdirs - update link and external dependencies
-
Frank Winklmeier authored
- remove ROOT dependency - remove atlas_depends_on_subdirs - update link dependencies
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Jul 27, 2020
-
-
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.
-
- Jul 03, 2020
-
-
Tadej Novak authored
-
- Jun 30, 2020
-
-
scott snyder authored
Use explict cast for int->float conversion that loses precision.
-
- Jun 27, 2020
-
-
scott snyder authored
Fix test failures in master.
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-