You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Gaul <ga...@apache.org> on 2014/09/02 07:53:47 UTC

Re: Hanging MWS test?

Possible fix:

https://github.com/jclouds/jclouds/pull/502

git log suggests that we have tweaked the behavior of zero-length 
requests several times; I appreciate feedback before merging.

On Sat, Aug 09, 2014 at 01:24:58AM +0200, Andrew Phillips wrote:
> We've had a bunch of hanging CI builds in DEV@clouds of late,
> seemingly related to MockWebServer. Here's the most recent example
> [1]:
> 
> Starting test testZeroLengthPutHasContentLengthHeader(org.jclouds.s3.S3ClientMockTest)
> Aug 08, 2014 6:44:07 PM
> com.squareup.okhttp.mockwebserver.MockWebServer$3 processOneRequest
> INFO: Received request: PUT /bucket/someDir/fileName HTTP/1.1 and
> responded: HTTP/1.1 200 OK
> Aug 08, 2014 6:44:08 PM
> com.squareup.okhttp.mockwebserver.MockWebServer$3 processOneRequest
> INFO: Received request: PUT /bucket/object HTTP/1.1 and responded:
> HTTP/1.1 200 OK
> <hanging>
> 
> Has anyone run across this before?
> 
> Regards
> 
> ap
> 
> [1] https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1067/console

-- 
Andrew Gaul
http://gaul.org/

Re: Hanging MWS test?

Posted by Andrew Phillips <ap...@qrmedia.com>.
> git log suggests that we have tweaked the behavior of zero-length
> requests several times; I appreciate feedback before merging.

Added a comment [1]. @Adrian: if you have 5min to comment on this,  
that would be great.

Thanks, Andrew G!

ap

[1] https://github.com/jclouds/jclouds/pull/502/files#r16994605