You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2008/07/09 16:09:31 UTC

[jira] Created: (HADOOP-3726) TestCLI loses exception details on setup/teardown

TestCLI loses exception details on setup/teardown
-------------------------------------------------

                 Key: HADOOP-3726
                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
             Project: Hadoop Core
          Issue Type: Bug
          Components: tools/distcp
    Affects Versions: 0.19.0
            Reporter: Steve Loughran
            Priority: Minor


The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3726) TestCLI loses exception details on setup/teardown

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

Chris Douglas updated HADOOP-3726:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Steve.

This is nearly identical in intent to HADOOP-3725. When possible, combining similar patches- particularly in test code- amortizes much of the process required to review and commit these fixes. In the future, please try to make repairs such as these more comprehensive.

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3726) TestCLI loses exception details on setup/teardown

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

Steve Loughran updated HADOOP-3726:
-----------------------------------

    Attachment: hadoop-3726.patch

change signature of setup() and  teardown() to match superclass; no need to swallow exceptions any more

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: tools/distcp
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Priority: Minor
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3726) TestCLI loses exception details on setup/teardown

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624750#action_12624750 ] 

Hudson commented on HADOOP-3726:
--------------------------------

Integrated in Hadoop-trunk #581 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/581/])

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3726) TestCLI loses exception details on setup/teardown

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612219#action_12612219 ] 

Chris Douglas commented on HADOOP-3726:
---------------------------------------

+1

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: tools/distcp
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Priority: Minor
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3726) TestCLI loses exception details on setup/teardown

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

Chris Douglas updated HADOOP-3726:
----------------------------------

     Component/s:     (was: tools/distcp)
                  test
        Assignee: Steve Loughran
    Hadoop Flags: [Reviewed]

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3726) TestCLI loses exception details on setup/teardown

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

Steve Loughran updated HADOOP-3726:
-----------------------------------

    Status: Patch Available  (was: Open)

> TestCLI loses exception details on setup/teardown
> -------------------------------------------------
>
>                 Key: HADOOP-3726
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3726
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: tools/distcp
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Priority: Minor
>         Attachments: hadoop-3726.patch
>
>
> The TestCLI test case catches exceptions during setup and teardown and prints them, instead of just relaying them up to the test runner, for them to be caught and logged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.