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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/09/06 01:02:46 UTC

[jira] Issue Comment Edited: (HADOOP-4078) TestKosmosFileSystem fails on trunk

    [ https://issues.apache.org/jira/browse/HADOOP-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628787#action_12628787 ] 

szetszwo edited comment on HADOOP-4078 at 9/5/08 4:02 PM:
------------------------------------------------------------------------

Should the patch be
{code}
+        baseDir = new Path(System.getProperty("test.build.data", "/tmp"), "kfs-test");
{code}
?

      was (Author: szetszwo):
    Should the patch be
{code}
+        baseDir = new Path(System.getProperty("test.build.data") + 
+                                              "/kfs-test",
+                                              "/tmp/kfs-test");
{code}
not
{code}
+        baseDir = new Path(System.getProperty("test.build.data" + 
+                                              "/kfs-test",
+                                              "/tmp/kfs-test"));
{code}
?
  
> TestKosmosFileSystem fails on trunk
> -----------------------------------
>
>                 Key: HADOOP-4078
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4078
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Lohit Vijayarenu
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4078.patch
>
>
> org.apache.hadoop.fs.kfs.TestKosmosFileSystem.testDirs fails with error messgae:
> {noformat}
> Error Message
> expected:<7> but was:<1>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<7> but was:<1>
> 	at org.apache.hadoop.fs.kfs.TestKosmosFileSystem.testDirs(TestKosmosFileSystem.java:77)
> {noformat}

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