RE: getting testreport with maven build, and getting lib folder to run end-to-end tests

2013-11-01 Thread Eric Hanson (SQL SERVER)
My workaround for looking at the output of one test is to eyeball the TEST*.xml file under ql\target\surefire-reports For people who are just changing code in ql, you can copy ql\target\hive-exec-0.13.0-SNAPSHOT.jar over the top of the old jar in the lib directory in your Hive installation,

Re: getting testreport with maven build, and getting lib folder to run end-to-end tests

2013-10-31 Thread Brock Noland
It looks like we could use this plugin http://maven.apache.org/surefire/maven-surefire-report-plugin/ to generate a report. I just created https://issues.apache.org/jira/browse/HIVE-5720 for that. The later question depends on https://issues.apache.org/jira/browse/HIVE-5611. On Thu, Oct 31,