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

Example test building seems to sneak past Travis #56

Closed
cflewis opened this issue May 31, 2018 · 1 comment
Closed

Example test building seems to sneak past Travis #56

cflewis opened this issue May 31, 2018 · 1 comment
Labels
bug Something isn't working code health Code health task, either refactoring or testing
Milestone

Comments

@cflewis
Copy link
Contributor

cflewis commented May 31, 2018

There are some example tests that don't build. Somehow they got through Travis which is odd.

$ go test -run=TestWatchReplay runtimevar/runtimeconfigurator/*.go
# command-line-arguments_test
runtimevar/runtimeconfigurator/example_test.go:32:24: undefined: runtimeconfigurator.Dial
runtimevar/runtimeconfigurator/example_test.go:37:41: multiple-value runtimeconfigurator.NewClient() in single-value context
FAIL	command-line-arguments [build failed]
@cflewis cflewis added this to the Sprint 13 milestone May 31, 2018
@cflewis cflewis added bug Something isn't working code health Code health task, either refactoring or testing labels May 31, 2018
@cflewis
Copy link
Contributor Author

cflewis commented May 31, 2018

PEBKAC: need vgo not go. I am a bad person.

@cflewis cflewis closed this as completed May 31, 2018
@zombiezen zombiezen modified the milestones: Sprint 13, Sprint 12 Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code health Code health task, either refactoring or testing
Projects
None yet
Development

No branches or pull requests

2 participants