travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)

Home Page:https://twitter.com/travisjeffery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commitlog tests are failing in Go 1.10.1

mramshaw opened this issue · comments

(These are not the same tests as in #110).

$ ./go_test.sh
? github.com/jocko/cmd/jocko [no test files]

github.com/jocko/commitlog_test

commitlog/message_set_test.go:31:12: ms.Messages undefined (type commitlog.MessageSet has no field or method Messages)
commitlog/message_test.go:34:22: m.MagicByte undefined (type commitlog.Message has no field or method MagicByte)
commitlog/message_test.go:35:11: m.Key undefined (type commitlog.Message has no field or method Key)
commitlog/message_test.go:36:11: m.Value undefined (type commitlog.Message has no field or method Value)
commitlog/message_test.go:37:24: m.Size undefined (type commitlog.Message has no field or method Size)
commitlog/message_test.go:40:22: m.MagicByte undefined (type commitlog.Message has no field or method MagicByte)
commitlog/message_test.go:41:11: m.Key undefined (type commitlog.Message has no field or method Key)
commitlog/message_test.go:42:11: m.Value undefined (type commitlog.Message has no field or method Value)
commitlog/message_test.go:43:24: m.Size undefined (type commitlog.Message has no field or method Size)
FAIL github.com/jocko/commitlog [build failed]
$