Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash during dgraph test #61

Closed
ashwin95r opened this issue Jun 7, 2017 · 1 comment
Closed

Crash during dgraph test #61

ashwin95r opened this issue Jun 7, 2017 · 1 comment

Comments

@ashwin95r
Copy link
Contributor

Saw these logs on Dgraph Travis. Not reproducible though. Just wanted to bring it to notice.

TESTING: github.com/dgraph-io/dgraph/gql
2017/06/07 12:10:37 error.go:45: EOF
Unable to replay value log: "/tmp/000000.vlog"
github.com/dgraph-io/badger/badger.(*valueLog).Replay
	/home/travis/gopath/src/github.com/dgraph-io/badger/badger/value.go:574
github.com/dgraph-io/badger/badger.NewKV
	/home/travis/gopath/src/github.com/dgraph-io/badger/badger/kv.go:226
github.com/dgraph-io/dgraph/gql.TestMain
	/home/travis/gopath/src/github.com/dgraph-io/dgraph/gql/parser_test.go:3359
main.main
	github.com/dgraph-io/dgraph/gql/_test/_testmain.go:520
runtime.main
	/home/travis/.gimme/versions/go1.8.linux.amd64/src/runtime/proc.go:185
runtime.goexit
	/home/travis/.gimme/versions/go1.8.linux.amd64/src/runtime/asm_amd64.s:2197
exit status 1
FAIL	github.com/dgraph-io/dgraph/gql	0.021s
@manishrjain
Copy link
Contributor

This has been fixed. The problem was the value dir wasn't being set (after a recent change which required explicitly setting value dir).

ngaut pushed a commit to ngaut/badger that referenced this issue Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants