You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/12/22 00:33:57 UTC

[jira] [Updated] (PIG-3639) TestRegisteredJarVisibility is broken in trunk

     [ https://issues.apache.org/jira/browse/PIG-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheolsoo Park updated PIG-3639:
-------------------------------

    Description: 
{code}
    [junit] Running org.apache.pig.test.TestRegisteredJarVisibility
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 44.127 sec
    [junit] Test org.apache.pig.test.TestRegisteredJarVisibility FAILED
{code}
This is a side-effect of PIG-3584 that bumped avro version to 1.7.5.

The problem is that avro 1.7.5 pulls down jackson 1.9.9 jars as dependencies, and that makes TestRegisteredJarVisibility.testRegisterJarOverridePigJarPackages fail because the test case assumes that jackson 1.9.9 jars are not present in classpath.

  was:
{code}
    [junit] Running org.apache.pig.test.TestRegisteredJarVisibility
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 44.127 sec
    [junit] Test org.apache.pig.test.TestRegisteredJarVisibility FAILED
{code}
This is a side-effect of PIG-3584 that bumped avro version to 1.7.5.

The problem is that avro 1.7.5 pulls jackson 1.9.9 jars as dependencies, and that makes TestRegisteredJarVisibility.testRegisterJarOverridePigJarPackages because the test case assumes that jackson 1.9.9 jars are not present in classpath.


> TestRegisteredJarVisibility is broken in trunk
> ----------------------------------------------
>
>                 Key: PIG-3639
>                 URL: https://issues.apache.org/jira/browse/PIG-3639
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>             Fix For: 0.13.0
>
>
> {code}
>     [junit] Running org.apache.pig.test.TestRegisteredJarVisibility
>     [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 44.127 sec
>     [junit] Test org.apache.pig.test.TestRegisteredJarVisibility FAILED
> {code}
> This is a side-effect of PIG-3584 that bumped avro version to 1.7.5.
> The problem is that avro 1.7.5 pulls down jackson 1.9.9 jars as dependencies, and that makes TestRegisteredJarVisibility.testRegisterJarOverridePigJarPackages fail because the test case assumes that jackson 1.9.9 jars are not present in classpath.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)