Re: Maven unit test question

2013-12-10 Thread Alan Gates
There's a patch on https://issues.apache.org/jira/browse/HIVE-5843 that has the code. Unfortunately the patch is huge because my work involves changes to the thrift interface. The git repo I'm working off of last pulled from Apache on Nov 20th (commit 1de88eedc69af1e7e618fc4f5eac045f69c02973 i

Re: Maven unit test question

2013-12-09 Thread Brock Noland
Can you share the change with me so I can debug? On Dec 9, 2013 5:15 PM, "Alan Gates" wrote: > I was attempting to write unit tests for changes I'm making to > HiveMetaStoreClient as part of the ACID transaction work (see > https://issues.apache.org/jira/browse/HIVE-5843). When I added the tests

Maven unit test question

2013-12-09 Thread Alan Gates
I was attempting to write unit tests for changes I'm making to HiveMetaStoreClient as part of the ACID transaction work (see https://issues.apache.org/jira/browse/HIVE-5843). When I added the tests and attempted to run them using mvn tests -Dtest=TestHiveMetaStoreClient -Phadoop-1 it failed