You should build the source code first and then run the tests. Try this -
mvn clean install -DskipTests && mvn -Dtest=className.java#TestMethod()
-DfailIfNoTests=false test
Replace className.java#TestMethod() with whatever test you want to run.
On Sun, Jun 24, 2018 at 9:16 PM zhaodam...@sunlands
English is not my first languge..
I download hive project source code from https://github.com/apache/hive
I need to run some junit test for learn hive hcatalog streaming mutation
,because it`s has only a little demo in source code junit test.
but when I download hive project ,I find hive-metast