Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
  2. Dec 08, 2020
    • Frank Berghaus's avatar
      Add unit tests for the ByteStreamMetadataTool · 4f6d7b7d
      Frank Berghaus authored
      Test the functionality of the ByteStreamMetadataTool. The tool should do
      nothing wihtout complaint for empty input. The tool should transcribes a
      ByteStreamMetadata object from input into a container in output. The
      tool should transcribe a ByteStreamMetadataContainer from input to
      output. Should there already be content in the output, matching content
      should be ignored and new content should be appended.
      4f6d7b7d
  3. Dec 07, 2020
  4. Dec 04, 2020
  5. Dec 01, 2020
  6. Nov 30, 2020
  7. Nov 27, 2020
  8. Nov 25, 2020
  9. Nov 24, 2020
  10. Nov 20, 2020
  11. Nov 19, 2020
  12. Nov 18, 2020
    • Susumu Oda's avatar
    • Nils Krumnack's avatar
      merge xAOD::ReturnCode into StatusCode, migrate all users · 67d4a0ff
      Nils Krumnack authored and Nils Erik Krumnack's avatar Nils Erik Krumnack committed
      This has been a long time coming, but one of the reasons for having
      AsgMessaging as a separate package from AsgTools is to allow
      xAODRootAccess to depend on it and use the same status codes and
      messaging as the rest of analysis base.  This should take part of the
      former.
      
      I had to add the RECOVERABLE code to the main status code, but since
      that is also part of the Gaudi StatusCode that seems like a reasonable
      change/extension.
      
      Apart from that this is mostly a global search replace to move all
      users from TReturnCode to StatusCode, but apart from fixing up a
      couple of places related to the status code itself I did not try to
      fix/improve any code in the process.
      
      Note that this also revealed a number of tests that failed because
      they used RETURN_CHECK() incorrectly.  This commit doesn't try to
      address that.
      67d4a0ff
Loading