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

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

    [ 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.