goamz/s3: tests fail when compiled using go 1.0.2-2

Bug #1189873 reported by Данило Шеган
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
goamz
New
Undecided
Unassigned
juju-core
Won't Fix
Undecided
Unassigned

Bug Description

John and I are seeing test failures on goamz trunk:

$ go test ./...
ok launchpad.net/goamz/aws 0.510s
ok launchpad.net/goamz/ec2 0.091s
? launchpad.net/goamz/ec2/ec2test [no test files]
ok launchpad.net/goamz/exp/mturk 0.017s
ok launchpad.net/goamz/exp/sdb 0.022s
ok launchpad.net/goamz/exp/sns 0.029s
ok launchpad.net/goamz/iam 0.036s
? launchpad.net/goamz/iam/iamtest [no test files]

----------------------------------------------------------------------
FAIL: multi_test.go:289: S.TestMultiComplete

multi_test.go:320:
    c.Assert(err, IsNil)
... value *errors.errorString = &errors.errorString{s:"EOF"} ("EOF")

----------------------------------------------------------------------
FAIL: multi_test.go:148: S.TestPutAllNoPreviousUpload

multi_test.go:187:
    c.Assert(readAll(req.Body), Equals, "part1")
... obtained string = ""
... expected string = "part1"

----------------------------------------------------------------------
FAIL: multi_test.go:243: S.TestPutAllResume

multi_test.go:286:
    c.Assert(readAll(req.Body), Equals, "partX")
... obtained string = ""
... expected string = "partX"

OOPS: 35 passed, 27 skipped, 3 FAILED
--- FAIL: Test (38.88 seconds)
FAIL
FAIL launchpad.net/goamz/s3 38.889s
? launchpad.net/goamz/s3/s3test [no test files]
? launchpad.net/goamz/testutil [no test files]

I am running golang 1.0.2 from raring package, John is using 1.0.3 from PPA, and Ian, who has the test suite passing for him, is using 1.1.

summary: - Tests fail on tip
+ goamz/s3: tests fail when compiled using go 1.0.2-2
Curtis Hovey (sinzui)
tags: added: go test-failure
Changed in juju-core:
status: New → Won't Fix
Revision history for this message
Dave Cheney (dave-cheney) wrote : Re: [Bug 1189873] Re: goamz/s3: tests fail when compiled using go 1.0.2-2

yup - oooooooooold.

On Wed, Oct 9, 2013 at 1:09 PM, Curtis Hovey <email address hidden> wrote:
> ** Tags added: go test-failure
>
> ** Changed in: juju-core
> Status: New => Won't Fix
>
> --
> You received this bug notification because you are subscribed to juju-
> core.
> Matching subscriptions: MOAR JUJU SPAM!
> https://bugs.launchpad.net/bugs/1189873
>
> Title:
> goamz/s3: tests fail when compiled using go 1.0.2-2
>
> Status in goamz:
> New
> Status in juju-core:
> Won't Fix
>
> Bug description:
> John and I are seeing test failures on goamz trunk:
>
> $ go test ./...
> ok launchpad.net/goamz/aws 0.510s
> ok launchpad.net/goamz/ec2 0.091s
> ? launchpad.net/goamz/ec2/ec2test [no test files]
> ok launchpad.net/goamz/exp/mturk 0.017s
> ok launchpad.net/goamz/exp/sdb 0.022s
> ok launchpad.net/goamz/exp/sns 0.029s
> ok launchpad.net/goamz/iam 0.036s
> ? launchpad.net/goamz/iam/iamtest [no test files]
>
> ----------------------------------------------------------------------
> FAIL: multi_test.go:289: S.TestMultiComplete
>
> multi_test.go:320:
> c.Assert(err, IsNil)
> ... value *errors.errorString = &errors.errorString{s:"EOF"} ("EOF")
>
>
> ----------------------------------------------------------------------
> FAIL: multi_test.go:148: S.TestPutAllNoPreviousUpload
>
> multi_test.go:187:
> c.Assert(readAll(req.Body), Equals, "part1")
> ... obtained string = ""
> ... expected string = "part1"
>
>
> ----------------------------------------------------------------------
> FAIL: multi_test.go:243: S.TestPutAllResume
>
> multi_test.go:286:
> c.Assert(readAll(req.Body), Equals, "partX")
> ... obtained string = ""
> ... expected string = "partX"
>
> OOPS: 35 passed, 27 skipped, 3 FAILED
> --- FAIL: Test (38.88 seconds)
> FAIL
> FAIL launchpad.net/goamz/s3 38.889s
> ? launchpad.net/goamz/s3/s3test [no test files]
> ? launchpad.net/goamz/testutil [no test files]
>
> I am running golang 1.0.2 from raring package, John is using 1.0.3
> from PPA, and Ian, who has the test suite passing for him, is using
> 1.1.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/goamz/+bug/1189873/+subscriptions

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.