Skip to content
Snippets Groups Projects
  1. Oct 06, 2020
  2. Oct 02, 2020
  3. Sep 18, 2020
  4. Aug 29, 2020
  5. Aug 21, 2020
    • John Chapman's avatar
      Update log file diff in post.sh · 93006460
      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.
      93006460
  6. Aug 14, 2020
  7. Aug 12, 2020
  8. Aug 08, 2020
  9. Aug 03, 2020
  10. Aug 02, 2020
  11. Aug 01, 2020
  12. Jul 28, 2020
  13. Jul 27, 2020
    • Frank Winklmeier's avatar
      Remove setting of CoreDumpSvc.FatalHandler · 5285d7e9
      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.
      5285d7e9
  14. Jul 03, 2020
  15. Jun 30, 2020
  16. Jun 27, 2020
  17. Jun 19, 2020
  18. Jun 10, 2020
  19. Jun 08, 2020
    • Frank Berghaus's avatar
      Remove defunct job option from ByteStreamInputSvc · 11f6ce6a
      Frank Berghaus authored and Walter Lampl's avatar Walter Lampl committed
      The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
      11f6ce6a
  20. May 14, 2020
  21. Apr 21, 2020
  22. Apr 14, 2020
  23. Apr 10, 2020
  24. Apr 07, 2020
  25. Mar 17, 2020
  26. Mar 11, 2020
  27. Mar 02, 2020
  28. Mar 01, 2020
  29. Feb 11, 2020
  30. Feb 07, 2020
Loading