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

coordinator test times out when building #199

Closed
ghost opened this issue Jan 22, 2014 · 3 comments
Closed

coordinator test times out when building #199

ghost opened this issue Jan 22, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 22, 2014

I'm running Ubuntu 12.04 in a Vagrant box on VMWare Fusion on a MacBook Air (2012 model). I installed the 64-bit version of go 1.2 from Google's binaries as linked from the build page. make test failed as the coordinator test timed out after 10 minutes -- here's the output.

I ran make clean and then make test again, to see if anything would change, but I get similar results.

(This is a follow-on from #196, but that's really just pointing out a documentation bug while this is a problem with the build process.)

@jvshahid
Copy link
Contributor

After carefully looking at the output of the test suite. It looks like it was making progress but probably a bit slow because you're running on a vm. I'll add a way to specify the test timeout in a sec.

@jvshahid
Copy link
Contributor

You can specify the timeout like this make test timeout=30m. I know this is too long. it's on our todo list to speed up the test suite or at least move the slow tests with the integration tests. You can also run individual test suites by running make test packages=coordinator.

Let us know whether this work for you or not. Cheers.

@ghost
Copy link
Author

ghost commented Jan 23, 2014

Took about 27 minutes for that test, but yes, it did pass OK. Thanks for the help! I do have access to a faster machine, which I'll use for the full test suite occasionally, but this is my main work machine so it's good to know things will work in that environment if needed.

jvshahid pushed a commit that referenced this issue Aug 12, 2014
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

No branches or pull requests

1 participant