You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Greg Hill <gr...@RACKSPACE.COM> on 2016/01/26 20:30:49 UTC

How long do the tests take?

Since I couldn't get maven to work with Ambari on my laptop, I followed this guide to use a Docker setup for testing:

https://cwiki.apache.org/confluence/display/AMBARI/Development+in+Docker

The tests have been running for going on 7 hours now.  Is that normal?  Is there something I can do to make that sane?

I ran the suggested unit tests command:

docker run --privileged -h node1.mydomain.com -v $(pwd):/tmp/ambari ambari/build /tmp/ambari/dev-support/docker/docker/bin/ambaribuild.py test -b

Maybe that was the wrong one?

Greg