blob: add87a08d41ecd16e67b36df2d3154d5055e5736 [file] [log] [blame]
Run Unit Test
-------------
All unit tests can be run without starting HAWQ and HDFS, simply run
$ mvn clean test
Run Feature Test
----------------
1. Make sure HAWQ started, and have a database "gptest". We assume
master's host and port to be localhost:5432, but you can change it
using the following environment variables
- PG_BASE_ADDRESS
- PG_BASE_PORT
2. Make sure HDFS started.
- HADOOP_HOME defaults to "/usr/local/hadoop"
Code Coverage
-------------
$ mvn clean clover2:setup test clover2:aggregate clover2:clover