GoogleCloudPlatform / healthcare-dicom-dicomweb-adapter

Adapter which transforms DIMSE requests to DICOMweb requests
Apache License 2.0
119 stars 48 forks source link

Integration test http2 improvements #109

Open danielbeaudreau opened 4 years ago

danielbeaudreau commented 4 years ago

http2 integration test steps should store a different file than example.dcm Storing the same file that was already stored in another step doesn't test anything because

  1. StoreSCU steps don't fail if the file isn't stored
  2. The CHC API does not do anything if the file is a duplicate

Also we should add a close adapter step for the http2 adapter or remove the other close adapter steps if this is not necessary.