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

Cant run integration tests(up-vagrant not found) #7

Open
arnzel opened this issue Mar 3, 2016 · 5 comments
Open

Cant run integration tests(up-vagrant not found) #7

arnzel opened this issue Mar 3, 2016 · 5 comments
Assignees

Comments

@arnzel
Copy link
Contributor

arnzel commented Mar 3, 2016

When running "mvn clean install -P integration-tests" i get

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (up-vagrant) on project dropwizard-mongo-parent: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]

I am not familiar with vagrant(other users maybe too), so what i have to do to run the tests ?

@ctrimble
Copy link
Contributor

ctrimble commented Mar 3, 2016

You will need vagrant and virtual box installed to run the tests.

Vagrant: https://www.vagrantup.com/docs/installation/
Virtual Box: https://www.virtualbox.org/

I have been running those tests on OS X. Please let me know if you have any problems.

@arnzel
Copy link
Contributor Author

arnzel commented Mar 4, 2016

Okay i installed vagrant 1.8.1 . Now i get the following error

Vagrant failed to initialize at a very early stage:

Vagrant is attempting to interface with the UI in a way that requires
a TTY. Most actions in Vagrant that require a TTY have configuration
switches to disable this requirement. Please do that or run Vagrant

@ctrimble
Copy link
Contributor

ctrimble commented Mar 4, 2016

Are you running Cygwin on Windows by any chance? There is this issue with auto detection: hashicorp/vagrant#6026

@arnzel
Copy link
Contributor Author

arnzel commented Mar 6, 2016

Hi, no i tried it on ubuntu.

@ctrimble
Copy link
Contributor

@arnzel I am assuming that you were not able to get this working. I will see what I can do to work out detailed Ubuntu instructions.

@ctrimble ctrimble self-assigned this Mar 10, 2016
@ctrimble ctrimble added the bug label Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants