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

document Ubuntu packages needed for make test #3059

Merged
merged 2 commits into from
Jan 21, 2018
Merged

document Ubuntu packages needed for make test #3059

merged 2 commits into from
Jan 21, 2018

Conversation

slanning
Copy link
Contributor

When running make test:
The "java" and "local_example" tests failed due to not having mvn, so I needed to install the "maven" package.
The "vtctld_web" test failed due to "Can't start Xvfb ... No such file or directory" and "WebDriverException: Message: unknown error: cannot find Chrome binary", so I needed to install the "xvfb" and "chromium-browser" packages.

When running `make test`:
The "java" and "local_example" tests failed due to not having `mvn`, so I needed to install the "maven" package.
The "vtctld_web" test failed due to "Can't start Xvfb ... No such file or directory" and "WebDriverException: Message: unknown error: cannot find Chrome binary, so I needed to install the "xvfb" and "chromium-browser" packages.
Copy link
Contributor

@michael-berlin michael-berlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR :)

Did you run into this problem because you tried to run the tests when you reached the "Run Tests" section?

http://vitess.io/getting-started/local-instance.html#run-tests

If so, we should mention these packages there and not in the beginning of the page. Otherwise, it unnecessarily burdens the reader who just gets started.

Some other note: Please change the Markdown in doc/ and not the generated files in docs/. (This is also documented in docs/README.md.)

@sougou
Copy link
Contributor

sougou commented Aug 18, 2017

@mberlin is this good to merge?

@sougou
Copy link
Contributor

sougou commented Aug 18, 2017

@michael-berlin (pinging the right berlin)

@sougou
Copy link
Contributor

sougou commented Jan 21, 2018

LGTM
We'll need to regen site. I can do that separately.

Approved with PullApprove

@sougou sougou merged commit d2e2575 into vitessio:master Jan 21, 2018
frouioui pushed a commit to planetscale/vitess that referenced this pull request Mar 26, 2024
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.

4 participants