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 2010/06/17 20:07:23 UTC

[jira] Created: (PIG-1456) TestMultiQuery takes a long time to run

TestMultiQuery takes a long time to run
---------------------------------------

                 Key: PIG-1456
                 URL: https://issues.apache.org/jira/browse/PIG-1456
             Project: Pig
          Issue Type: Test
          Components: impl
    Affects Versions: 0.8.0
            Reporter: Daniel Dai
            Assignee: Richard Ding
             Fix For: 0.8.0


We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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


[jira] Updated: (PIG-1456) TestMultiQuery takes a long time to run

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

Richard Ding updated PIG-1456:
------------------------------

    Status: Patch Available  (was: Open)

> TestMultiQuery takes a long time to run
> ---------------------------------------
>
>                 Key: PIG-1456
>                 URL: https://issues.apache.org/jira/browse/PIG-1456
>             Project: Pig
>          Issue Type: Test
>          Components: impl
>    Affects Versions: 0.8.0
>            Reporter: Daniel Dai
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1456.patch
>
>
> We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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


[jira] Updated: (PIG-1456) TestMultiQuery takes a long time to run

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

Richard Ding updated PIG-1456:
------------------------------

    Status: Open  (was: Patch Available)

> TestMultiQuery takes a long time to run
> ---------------------------------------
>
>                 Key: PIG-1456
>                 URL: https://issues.apache.org/jira/browse/PIG-1456
>             Project: Pig
>          Issue Type: Test
>          Components: impl
>    Affects Versions: 0.8.0
>            Reporter: Daniel Dai
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1456.patch
>
>
> We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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


[jira] Commented: (PIG-1456) TestMultiQuery takes a long time to run

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

Daniel Dai commented on PIG-1456:
---------------------------------

+1

> TestMultiQuery takes a long time to run
> ---------------------------------------
>
>                 Key: PIG-1456
>                 URL: https://issues.apache.org/jira/browse/PIG-1456
>             Project: Pig
>          Issue Type: Test
>          Components: impl
>    Affects Versions: 0.8.0
>            Reporter: Daniel Dai
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1456.patch
>
>
> We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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


[jira] Updated: (PIG-1456) TestMultiQuery takes a long time to run

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

Richard Ding updated PIG-1456:
------------------------------

    Attachment: PIG-1456.patch

This patch puts  multi-query tests into three files.

> TestMultiQuery takes a long time to run
> ---------------------------------------
>
>                 Key: PIG-1456
>                 URL: https://issues.apache.org/jira/browse/PIG-1456
>             Project: Pig
>          Issue Type: Test
>          Components: impl
>    Affects Versions: 0.8.0
>            Reporter: Daniel Dai
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1456.patch
>
>
> We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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


[jira] Resolved: (PIG-1456) TestMultiQuery takes a long time to run

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

Richard Ding resolved PIG-1456.
-------------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

> TestMultiQuery takes a long time to run
> ---------------------------------------
>
>                 Key: PIG-1456
>                 URL: https://issues.apache.org/jira/browse/PIG-1456
>             Project: Pig
>          Issue Type: Test
>          Components: impl
>    Affects Versions: 0.8.0
>            Reporter: Daniel Dai
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1456.patch
>
>
> We see couple of times TestMultiQuery run out of time. Currently unit test timeout setting is 45 min, TestMultiQuery will take more than 40 min to run usually. It is very likely TestMultiQuery run out of time. We need to either refractory the test or break it into two.

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