RE: Only a small subset of Hive UTs are executed when running mvn test

2015-07-09 Thread Xu, Cheng A
subset of Hive UTs are executed when running mvn test Thanks for confirming that this is a real issue. I opened HIVE-11225 to track it. On Thursday, July 9, 2015 6:16 PM, Sergey Shelukhin wrote: Can you file a bug? I noticed this too under itests when trying to run q file tests

Re: Only a small subset of Hive UTs are executed when running mvn test

2015-07-09 Thread Thomas Friedrich
Thanks for confirming that this is a real issue. I opened HIVE-11225 to track it. On Thursday, July 9, 2015 6:16 PM, Sergey Shelukhin wrote: Can you file a bug? I noticed this too under itests when trying to run q file tests locally when HiveQA was down. On 15/7/9, 17:59, "Eugene K

Re: Only a small subset of Hive UTs are executed when running mvn test

2015-07-09 Thread Sergey Shelukhin
Can you file a bug? I noticed this too under itests when trying to run q file tests locally when HiveQA was down. On 15/7/9, 17:59, "Eugene Koifman" wrote: >I¹ve noticed that not all test are run. > >For example ³mvn test -Phadoop-2² from ql/ only runs 30-40 Test*.java >files while there are 245

Re: Only a small subset of Hive UTs are executed when running mvn test

2015-07-09 Thread Eugene Koifman
I¹ve noticed that not all test are run. For example ³mvn test -Phadoop-2² from ql/ only runs 30-40 Test*.java files while there are 245 such files under ql/. Something similar happens under itests/ On 7/9/15, 5:07 PM, "Thomas Friedrich" wrote: >Hi, I am trying to run all the UTs on the master b