You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/02/08 05:17:57 UTC

[jira] Created: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Modify build to run all tests regardless of subproject failures
---------------------------------------------------------------

                 Key: HIVE-1970
                 URL: https://issues.apache.org/jira/browse/HIVE-1970
             Project: Hive
          Issue Type: Improvement
          Components: Build Infrastructure
            Reporter: Carl Steinbach
            Assignee: Carl Steinbach


We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992229#comment-12992229 ] 

John Sichi commented on HIVE-1970:
----------------------------------

I was able to run all the way through with the first version of the patch; I'll commit the second.

Damage report:

* HIVE-1969 (already known)
* HIVE-1939 (already known)
* TestHBaseMinimrCliDriver (may be the same as HIVE-1969 since it's minimr)

There were some other errors and failures, but they look like setup problems due to earlier failures.  (That noise is one of the downsides of continuing to run through after failures.)


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt, HIVE-1970.2.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992136#comment-12992136 ] 

Carl Steinbach commented on HIVE-1970:
--------------------------------------

Good idea. I'll make the change.

> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992123#comment-12992123 ] 

John Sichi commented on HIVE-1970:
----------------------------------

+1.  Will commit if tests fail.  (I always wanted to say that!)

Basically, the current state of Hudson is a great test case for this patch to make sure I can see all of the failures at once.


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992184#comment-12992184 ] 

Carl Steinbach commented on HIVE-1970:
--------------------------------------

The new version of the patch adds the build property test.continue.on.failure=true


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt, HIVE-1970.2.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1970:
---------------------------------

    Attachment: HIVE-1970.2.patch.txt

> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt, HIVE-1970.2.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1970:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed.  Thanks Carl!

(Forgot to mark resolved a few days ago.)


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt, HIVE-1970.2.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1970:
---------------------------------

    Attachment: HIVE-1970.1.patch.txt

> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992125#comment-12992125 ] 

John Sichi commented on HIVE-1970:
----------------------------------

Do you think we should parameterize it so that for Hudson runs, we can tell it to keep going, but for developer testing, we can still make it stop on first error?


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-1970) Modify build to run all tests regardless of subproject failures

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1970:
---------------------------------

    Status: Patch Available  (was: Open)

Review request: https://reviews.apache.org/r/402/


> Modify build to run all tests regardless of subproject failures
> ---------------------------------------------------------------
>
>                 Key: HIVE-1970
>                 URL: https://issues.apache.org/jira/browse/HIVE-1970
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1970.1.patch.txt
>
>
> We need to modify the Hive build so that it runs all subproject tests regardless of any failures it encounters along the way. Currently, the build stops at the first subproject it encounters with test failures.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira