You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Lee Tucker (JIRA)" <ji...@apache.org> on 2009/01/23 23:29:59 UTC

[jira] Created: (PIG-631) 4 Unit test failures on Windows

4 Unit test failures on Windows 
--------------------------------

                 Key: PIG-631
                 URL: https://issues.apache.org/jira/browse/PIG-631
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
         Environment: Windows
            Reporter: Lee Tucker


4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.

    [junit] Running org.apache.pig.test.TestAlgebraicEval
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)

    [junit] Running org.apache.pig.test.TestEvalPipeline
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)

    [junit] Running org.apache.pig.test.TestHBaseStorage
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)

    [junit] Running org.apache.pig.test.TestMapReduce
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)


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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668559#action_12668559 ] 

Olga Natkovich commented on PIG-631:
------------------------------------

+1

Daniel please commit if all unit tests are now passing under linux and windows, thanks!

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>         Attachments: PIG-631.temp.patch
>
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668641#action_12668641 ] 

Daniel Dai commented on PIG-631:
--------------------------------

Patch committed. Please leave the case open until I figured out the problem with TestHBaseStorage. Thanks!

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>         Attachments: PIG-631.temp.patch
>
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Updated: (PIG-631) 4 Unit test failures on Windows

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

Daniel Dai updated PIG-631:
---------------------------

    Attachment: PIG-631.temp.patch

Temporary patch to disable TestHBaseStorage under Windows

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>         Attachments: PIG-631.temp.patch
>
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669432#action_12669432 ] 

Daniel Dai commented on PIG-631:
--------------------------------

The problem is caused by [HBASE-1063|http://issues.apache.org/jira/browse/HBASE-1063]. It is fixed in hbase 0.19.0. However, hbase 0.19.0 works with hadoop 0.19.0 only, so we cannot upgrade hbase right now. I think we can disable TestHBaseStorage under Windows for now. Once we upgraded to hadoop 19, we can also upgrade hbase to 19. This issue is fixed automatically once we use hbase 19 (in my test, one additional action is needed, which is removing /tmp/hbase manually to let hbase recreate its file system). So once we move to hadoop 19 and upgrade to hbase 19, reverse the temporary patch, and close this issue.

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>         Attachments: PIG-631.temp.patch
>
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667165#action_12667165 ] 

Daniel Dai commented on PIG-631:
--------------------------------

TestAlgebraicEval, TestEvalPipeline and TestMapReduce is fine. The problem is it takes longer time. The default timeout for unit test is 15min. Try to modify the property "test.timeout" in build.xml to a bigger value. 

TestHBaseStorage is blocked on line 94. I will check it out.

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Assigned: (PIG-631) 4 Unit test failures on Windows

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

Daniel Dai reassigned PIG-631:
------------------------------

    Assignee: Daniel Dai

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>            Assignee: Daniel Dai
>         Attachments: PIG-631.temp.patch
>
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667851#action_12667851 ] 

Olga Natkovich commented on PIG-631:
------------------------------------

Daniels, increasing time out worked fine for Lee. Can we change the HBase unit test to not run on windows for now

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667337#action_12667337 ] 

Olga Natkovich commented on PIG-631:
------------------------------------

I am not sure why those tests should be running this long. 15 min per unit test sound like whole lot of time as it is.

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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


[jira] Commented: (PIG-631) 4 Unit test failures on Windows

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667854#action_12667854 ] 

Daniel Dai commented on PIG-631:
--------------------------------

I am not sure why TestHBaseStorage is blocked under cygwin. Seems HBase should work for cygwin as they claimed. I think we can exclude it for now and I will look into it later.

> 4 Unit test failures on Windows 
> --------------------------------
>
>                 Key: PIG-631
>                 URL: https://issues.apache.org/jira/browse/PIG-631
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>         Environment: Windows
>            Reporter: Lee Tucker
>
> 4 Windows unit test failures.  All timeouts.  Errors occur at tip of branch and have for several days.
>     [junit] Running org.apache.pig.test.TestAlgebraicEval
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestEvalPipeline
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestHBaseStorage
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout)
>     [junit] Running org.apache.pig.test.TestMapReduce
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout)

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