You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/10/24 17:20:10 UTC

[jira] [Updated] (HIVE-5628) ListBucketingPrunnerTest and DynamicMultiDimeCollectionTest should start with Test not end with it

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

Brock Noland updated HIVE-5628:
-------------------------------

    Attachment: HIVE-5628.patch

The attached patch is for testing. The change should be committed as below:

{noformat}
svn mv ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/ListBucketingPrunnerTest.java ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestListBucketingPrunner.java
perl -i -pe 's@ListBucketingPrunnerTest@TestListBucketingPrunner@g' ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestListBucketingPrunner.java
svn mv ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/DynamicMultiDimeCollectionTest.java ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestDynamicMultiDimeCollection.java
perl -i -pe 's@DynamicMultiDimeCollectionTest@TestDynamicMultiDimeCollection@g' ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestDynamicMultiDimeCollection.java
{noformat}

> ListBucketingPrunnerTest and DynamicMultiDimeCollectionTest should start with Test not end with it
> --------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-5628
>                 URL: https://issues.apache.org/jira/browse/HIVE-5628
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: HIVE-5628.patch
>
>
> ListBucketingPrunnerTest and DynamicMultiDimeCollectionTest will not be run by PTest because they end with Test and PTest requires tests start with Test.



--
This message was sent by Atlassian JIRA
(v6.1#6144)