dropwizard-mongo icon indicating copy to clipboard operation
dropwizard-mongo copied to clipboard

Cant run integration tests(up-vagrant not found)

Open arnzel opened this issue 8 years ago • 5 comments

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 ?

arnzel avatar Mar 03 '16 07:03 arnzel

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.

ctrimble avatar Mar 03 '16 20:03 ctrimble

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

arnzel avatar Mar 04 '16 09:03 arnzel

Are you running Cygwin on Windows by any chance? There is this issue with auto detection: https://github.com/mitchellh/vagrant/issues/6026

ctrimble avatar Mar 04 '16 20:03 ctrimble

Hi, no i tried it on ubuntu.

arnzel avatar Mar 06 '16 11:03 arnzel

@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 avatar Mar 10 '16 16:03 ctrimble