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

make sqlparser/parse_test.go nicer to work with #5759

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

jmhodges
Copy link
Contributor

A file close was done before error checking, and the TestValidParallel name
collided with TestValid when typing in go test -run TestValid.

Signed-off-by: Jeff Hodges [email protected]

@jmhodges jmhodges requested a review from sougou as a code owner January 24, 2020 00:33
@jmhodges
Copy link
Contributor Author

Argh, I missed that my other changes made it into this PR. One moment while I correct.

A file close was done before error checking, and the TestValidParallel name
collided with TestValid when typing in `go test -run TestValid`.

Signed-off-by: Jeff Hodges <[email protected]>
@jmhodges
Copy link
Contributor Author

Okay, fixed. Whew!

@morgo morgo requested a review from systay January 24, 2020 02:46
@sougou sougou merged commit fd44e6e into vitessio:master Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants