dropwizard-mongo
dropwizard-mongo copied to clipboard
Cant run integration tests(up-vagrant not found)
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 ?
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.
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
Are you running Cygwin on Windows by any chance? There is this issue with auto detection: https://github.com/mitchellh/vagrant/issues/6026
Hi, no i tried it on ubuntu.
@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.