Skip to content

Add unit tests for the ByteStreamMetadataTool

Frank Berghaus requested to merge berghaus/athena:bytesteam_metadata_test into master

Test the functionality of the ByteStreamMetadataTool. The tool should:

  • do nothing for empty input
  • copy a ByteStreamMetadata object from input into a container in output the MetaDataStore
  • copy a ByteStreamMetadataContainer from input to output

Should there already be content in the output:

  • objects matching what is already in the MetaDataStore should be ignored
  • new content should be appended to the existing container

Merge request reports