-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Minor fixes in the way of init & start #16
Conversation
@@ -147,21 +155,21 @@ func initEngine(spec string) (storage.Engine, error) { | |||
} | |||
engine = storage.NewInMem(size) | |||
} else { | |||
// type, file = matches[3], matches[4] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really do need a test for this.
Thanks for working on these fixes. Great to have more contributors! Could you resubmit this pull request using Phabricator (the details are in the README)? That's the code review tool we've settled on for the time being. It's certainly better than github, though I'm on the fence as to whether we should stick with phabricator or possibly move to stash. |
Sure thing. I'll take a look at Phabricator, and also look into the tests. |
closing as an updated version is being merged through Phabricator |
committing missing file
resync master to what's in-use by cockroach
Played around with it trying to boot it up, and fixed what I think were some fairly self-explanatory bugs on the way. With these changes, I can init a cluster (apparently successfully so), upon booting it complains about a missing default prefix in storage/prefix.go.