[jira] [Updated] (HIVE-11225) Running all Hive UTs or itests executes only small subset of tests

2015-07-10 Thread Ferdinand Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferdinand Xu updated HIVE-11225:

Attachment: HIVE-11225.patch

The regexp is not correct. It will skip lots of test.class.  [~hsubramaniyan], 
could you review this patch?

 Running all Hive UTs or itests executes only small subset of tests
 --

 Key: HIVE-11225
 URL: https://issues.apache.org/jira/browse/HIVE-11225
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Thomas Friedrich
Assignee: Ferdinand Xu
 Attachments: HIVE-11225.patch


 Trying to run all unit tests runs only a small sub-set of the tests:
 For example:
 mvn test -Phadoop-2
 only ran 272 tests.
 Others ran into similar issues when running the UTs from a particular package 
 like ql.
 This is potentially related to HIVE-10941 where an additional option to skip 
 the Spark UTs was added. When I take out 
 exclude%regex[${skip.spark.files}]/exclude
 from the exclude list of tests, all tests are executed again. This is not a 
 fix though, instead the spark-test profile should be fixed.
 I see the problem in both the 1.2 branch as well as master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-11225) Running all Hive UTs or itests executes only small subset of tests

2015-07-10 Thread Ferdinand Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferdinand Xu updated HIVE-11225:

Attachment: HIVE-11225.1.patch

Seems the substitution is not working in the regex block. Use the full name in 
the new patch.

 Running all Hive UTs or itests executes only small subset of tests
 --

 Key: HIVE-11225
 URL: https://issues.apache.org/jira/browse/HIVE-11225
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Thomas Friedrich
Assignee: Ferdinand Xu
 Attachments: HIVE-11225.1.patch, HIVE-11225.patch


 Trying to run all unit tests runs only a small sub-set of the tests:
 For example:
 mvn test -Phadoop-2
 only ran 272 tests.
 Others ran into similar issues when running the UTs from a particular package 
 like ql.
 This is potentially related to HIVE-10941 where an additional option to skip 
 the Spark UTs was added. When I take out 
 exclude%regex[${skip.spark.files}]/exclude
 from the exclude list of tests, all tests are executed again. This is not a 
 fix though, instead the spark-test profile should be fixed.
 I see the problem in both the 1.2 branch as well as master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-11225) Running all Hive UTs or itests executes only small subset of tests

2015-07-10 Thread Ferdinand Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferdinand Xu updated HIVE-11225:

Attachment: HIVE-11225.1.patch

 Running all Hive UTs or itests executes only small subset of tests
 --

 Key: HIVE-11225
 URL: https://issues.apache.org/jira/browse/HIVE-11225
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Thomas Friedrich
Assignee: Ferdinand Xu
 Attachments: HIVE-11225.1.patch, HIVE-11225.patch


 Trying to run all unit tests runs only a small sub-set of the tests:
 For example:
 mvn test -Phadoop-2
 only ran 272 tests.
 Others ran into similar issues when running the UTs from a particular package 
 like ql.
 This is potentially related to HIVE-10941 where an additional option to skip 
 the Spark UTs was added. When I take out 
 exclude%regex[${skip.spark.files}]/exclude
 from the exclude list of tests, all tests are executed again. This is not a 
 fix though, instead the spark-test profile should be fixed.
 I see the problem in both the 1.2 branch as well as master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-11225) Running all Hive UTs or itests executes only small subset of tests

2015-07-10 Thread Ferdinand Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferdinand Xu updated HIVE-11225:

Attachment: (was: HIVE-11225.1.patch)

 Running all Hive UTs or itests executes only small subset of tests
 --

 Key: HIVE-11225
 URL: https://issues.apache.org/jira/browse/HIVE-11225
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Thomas Friedrich
Assignee: Ferdinand Xu
 Attachments: HIVE-11225.1.patch, HIVE-11225.patch


 Trying to run all unit tests runs only a small sub-set of the tests:
 For example:
 mvn test -Phadoop-2
 only ran 272 tests.
 Others ran into similar issues when running the UTs from a particular package 
 like ql.
 This is potentially related to HIVE-10941 where an additional option to skip 
 the Spark UTs was added. When I take out 
 exclude%regex[${skip.spark.files}]/exclude
 from the exclude list of tests, all tests are executed again. This is not a 
 fix though, instead the spark-test profile should be fixed.
 I see the problem in both the 1.2 branch as well as master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)