You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2010/11/14 06:15:15 UTC

[jira] Resolved: (HDFS-696) Java assertion failures triggered by tests

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

Eli Collins resolved HDFS-696.
------------------------------

    Resolution: Fixed

Ran all the tests with asserts enabled.  Of all failures only TestHDFSConcat failed due to an assert firing, which is actually HDFS-1498 rather than a bug in the test, so I'll close this jira out.

{noformat}
    [junit] Test org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery FAILED
    [junit] Test org.apache.hadoop.hdfs.TestFileStatus FAILED
    [junit] Test org.apache.hadoop.hdfs.server.namenode.TestStorageRestore FAILED
    [junit] Test org.apache.hadoop.fs.TestHDFSFileContextMainOperations FAILED
    [junit] Test org.apache.hadoop.hdfs.TestPipelines FAILED
    [junit] Test org.apache.hadoop.hdfs.server.balancer.TestBalancer FAILED
    [junit] Test org.apache.hadoop.hdfs.server.datanode.TestBlockReport FAILED
    [junit] Test org.apache.hadoop.hdfs.server.namenode.TestBlockTokenWithDFS FAILED
    [junit] Test org.apache.hadoop.hdfs.server.namenode.TestFsck FAILED
    [junit] Test org.apache.hadoop.hdfs.server.namenode.TestHDFSConcat FAILED
    [junit] Test org.apache.hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer FAILED
{noformat}


> Java assertion failures triggered by tests
> ------------------------------------------
>
>                 Key: HDFS-696
>                 URL: https://issues.apache.org/jira/browse/HDFS-696
>             Project: Hadoop HDFS
>          Issue Type: Test
>            Reporter: Eli Collins
>         Attachments: hadoop6309-hdfs.patch
>
>
> Re-purposing as catch-all ticket for assertion failures when running tests with java asserts enabled. Running with the attached patch on trunk@823732 the following tests all trigger assertion failures:
>  
> TestAccessTokenWithDFS
> TestInterDatanodeProtocol
> TestBackupNode 
> TestBlockUnderConstruction
> TestCheckpoint  
> TestNameEditsConfigs
> TestStartup
> TestStorageRestore

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