mitchellh / goamz

Golang Amazon Library
Other
672 stars 216 forks source link

EC2 tests fail #19

Open mitchellh opened 11 years ago

mitchellh commented 11 years ago

@mwhooker - Since merging the retryable stuff, the EC2 tests fail. Can you take a look at that?

mwhooker commented 11 years ago

darn. on it

mwhooker commented 11 years ago

Looks like these failures are unrelated to my changes. As of a29b8eb7a90eff08149ac08919c957569e20594e they still fail. I'll keep looking in to it

mwhooker commented 10 years ago

git bisect seems to point to this commit as introducing the failure

0cf779e8fad7e39937dccb250a9bc75c1b910c6a is the first bad commit
commit 0cf779e8fad7e39937dccb250a9bc75c1b910c6a
Author: Matthew Hooker <mwhooker@gmail.com>
Date:   Fri Nov 1 22:08:41 2013 -0700

    aws retry predicate method

:040000 040000 372a8409d647842029245efc522b29e5861e0538 c7ae3d001c88daa4dd880694b7c112622f000562 M  aws

but there are two failure modes, immediate failure with errors and hanging.