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 "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/07/23 23:09:31 UTC

[jira] Updated: (HADOOP-1628) Block CRC Unit Tests: protocol tests

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

Raghu Angadi updated HADOOP-1628:
---------------------------------

    Attachment: HADOOP-1628.patch

Attaching unit test for data transfer protocol. This test sends malformed requests to the Datanode and verifies that Datanode responds as expected (sometimes EOF and sometime ERROR status etc).


> Block CRC Unit Tests: protocol tests
> ------------------------------------
>
>                 Key: HADOOP-1628
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1628
>             Project: Hadoop
>          Issue Type: Test
>          Components: dfs
>    Affects Versions: 0.14.0
>            Reporter: Nigel Daley
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.14.0
>
>         Attachments: HADOOP-1628.patch
>
>
> HADOOP-1134 introduced a new protocol between DFS clients and DataNodes.  This protocol needs some unit tests that at least cover these cases:
> - bad op codes
> - bad field lengths
> - bad offsets
> - bad versions
> - bad block ids

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