Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Tests are broken #12

Closed
klizhentas opened this issue Aug 20, 2013 · 2 comments
Closed

Tests are broken #12

klizhentas opened this issue Aug 20, 2013 · 2 comments

Comments

@klizhentas
Copy link
Contributor

gocov test | gocov report
# github.com/dotcloud/go-redis-server
/tmp/gocov687978787/src/pkg/github.com/dotcloud/go-redis-server/parser_test.go:39: cannot use ioutil.NopCloser(strings.NewReader(v)) (type io.ReadCloser) as type net.Conn in function argument:
    io.ReadCloser does not implement net.Conn (missing LocalAddr method)
/tmp/gocov687978787/src/pkg/github.com/dotcloud/go-redis-server/parser_test.go:58: cannot use ioutil.NopCloser(strings.NewReader(p.s)) (type io.ReadCloser) as type net.Conn in function argument:
    io.ReadCloser does not implement net.Conn (missing LocalAddr method)
FAIL    github.com/dotcloud/go-redis-server [build failed]
go test failed: exit status 2
failed to unmarshal coverage data: unexpected end of JSON input
make: *** [coverage] Error 1
@ghost ghost assigned creack Aug 20, 2013
@creack
Copy link
Contributor

creack commented Aug 20, 2013

Hmm, wierd. I fixed that. Let me check my branches

@creack
Copy link
Contributor

creack commented Aug 20, 2013

fixed on master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants