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 "stack (JIRA)" <ji...@apache.org> on 2007/07/18 22:36:04 UTC

[jira] Created: (HADOOP-1633) [hbase] backport fix for sporadic testtables failure (hadoop-1616) to hadoop 0.14 branch

[hbase] backport fix for sporadic testtables failure (hadoop-1616) to hadoop 0.14 branch
----------------------------------------------------------------------------------------

                 Key: HADOOP-1633
                 URL: https://issues.apache.org/jira/browse/HADOOP-1633
             Project: Hadoop
          Issue Type: Task
          Components: contrib/hbase
            Reporter: stack
            Assignee: stack


HADOOP-1616 did not make it into 0.14 branch.  Should help make hbase unit tests run more reliably.

Will backport as soon as I can make the branch tests all pass.  Currently fails on TestSymLink (doesn't seem to be same as hadoop-1596):

Testcase: testSymLink took 5.512 sec
        FAILED
expected:<This is just the cache string > but was:<null>
junit.framework.ComparisonFailure: expected:<This is just the cache string      > but was:<null>
        at org.apache.hadoop.streaming.TestSymLink.testSymLink(TestSymLink.java:99)

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


[jira] Resolved: (HADOOP-1633) [hbase] backport fix for sporadic testtables failure (hadoop-1616) to hadoop 0.14 branch

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

stack resolved HADOOP-1633.
---------------------------

       Resolution: Fixed
    Fix Version/s: 0.14.0

Doug just backported HADOOP-1616 (see below).  I just checked out branch and it builds clean but still fails on TestSymLink.  Resolving this issue.

Here is original request for backporting from Nigel (from dev mailing list):

On Jul 18, 2007, at 10:15 AM, Michael Stack wrote:
>
...
> Hopefully HADOOP-1616 committed yesterday will make a difference regards TestTable sometimes hanging.

Great!  Can you make sure this made it into the 0.14 branch.  If not, I think it should be merged into the branch, with the necessary Jira updates. 

...

Cheers,
Nige

And here is commit...

Author: cutting
Date: Thu Jul 19 15:29:08 2007
New Revision: 557797

URL: http://svn.apache.org/viewvc?view=rev&rev=557797
Log:
Merge -r 557097:557098 from trunk to 0.14 branch.  Fixes: HADOOP-1616.



> [hbase] backport fix for sporadic testtables failure (hadoop-1616) to hadoop 0.14 branch
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1633
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1633
>             Project: Hadoop
>          Issue Type: Task
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.14.0
>
>
> HADOOP-1616 did not make it into 0.14 branch.  Should help make hbase unit tests run more reliably.
> Will backport as soon as I can make the branch tests all pass.  Currently fails on TestSymLink (doesn't seem to be same as hadoop-1596):
> Testcase: testSymLink took 5.512 sec
>         FAILED
> expected:<This is just the cache string > but was:<null>
> junit.framework.ComparisonFailure: expected:<This is just the cache string      > but was:<null>
>         at org.apache.hadoop.streaming.TestSymLink.testSymLink(TestSymLink.java:99)

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