You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/06/16 01:34:29 UTC

[jira] Created: (HBASE-2734) TestFSErrorsExposed should catch IOE as well as RTE

TestFSErrorsExposed should catch IOE as well as RTE
---------------------------------------------------

                 Key: HBASE-2734
                 URL: https://issues.apache.org/jira/browse/HBASE-2734
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.21.0
            Reporter: Todd Lipcon
             Fix For: 0.21.0


Recently scanner construction changed such that it could throw IOE before iteration started. TestFSErrors is now failing since IOE is thrown, but the test only catches RTEs.

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


[jira] Assigned: (HBASE-2734) TestFSErrorsExposed should catch IOE as well as RTE

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

Todd Lipcon reassigned HBASE-2734:
----------------------------------

    Assignee: Todd Lipcon

> TestFSErrorsExposed should catch IOE as well as RTE
> ---------------------------------------------------
>
>                 Key: HBASE-2734
>                 URL: https://issues.apache.org/jira/browse/HBASE-2734
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: hbase-2734.txt
>
>
> Recently scanner construction changed such that it could throw IOE before iteration started. TestFSErrors is now failing since IOE is thrown, but the test only catches RTEs.

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


[jira] Resolved: (HBASE-2734) TestFSErrorsExposed should catch IOE as well as RTE

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

Todd Lipcon resolved HBASE-2734.
--------------------------------

    Resolution: Fixed

I just committed this since it's just a trivial test change and we already discussed it over in another issue.

> TestFSErrorsExposed should catch IOE as well as RTE
> ---------------------------------------------------
>
>                 Key: HBASE-2734
>                 URL: https://issues.apache.org/jira/browse/HBASE-2734
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: hbase-2734.txt
>
>
> Recently scanner construction changed such that it could throw IOE before iteration started. TestFSErrors is now failing since IOE is thrown, but the test only catches RTEs.

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


[jira] Updated: (HBASE-2734) TestFSErrorsExposed should catch IOE as well as RTE

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

Todd Lipcon updated HBASE-2734:
-------------------------------

    Attachment: hbase-2734.txt

> TestFSErrorsExposed should catch IOE as well as RTE
> ---------------------------------------------------
>
>                 Key: HBASE-2734
>                 URL: https://issues.apache.org/jira/browse/HBASE-2734
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: hbase-2734.txt
>
>
> Recently scanner construction changed such that it could throw IOE before iteration started. TestFSErrors is now failing since IOE is thrown, but the test only catches RTEs.

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