In commit 
https://github.com/jclouds/jclouds/commit/a43acaffce0cc04e05c15c55bd94cadcd55843f1
 we changed how streams were treated when deserializing objects, delegating to 
the caller the responsibility to properly close the streams.

This change changes how the response payloads were generated. Since the expect 
tests don't use the base command executor service but just invoke directly the 
methods and deserialize the responses, the lifecycle of the streams used to 
read the files was not properly managed.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs-google/pull/173

-- Commit Summary --

  * Do not leave open streams when loading test mock files

-- File Changes --

    M 
google-cloud-storage/src/test/java/org/jclouds/googlecloudstorage/internal/BaseGoogleCloudStorageExpectTest.java
 (10)

-- Patch Links --

https://github.com/jclouds/jclouds-labs-google/pull/173.patch
https://github.com/jclouds/jclouds-labs-google/pull/173.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/173

Reply via email to