You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2009/12/01 02:17:20 UTC

[jira] Updated: (PIG-1094) Fix unit tests corresponding to source changes so far

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

Pradeep Kamath updated PIG-1094:
--------------------------------

    Attachment: PIG-1094_3.patch

Attached patch addresses more test failures.

Here is the session output from running ant "test-patch" target locally:

{noformat}
  [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 70 new or modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec] 
     [exec]     -1 release audit.  The applied patch generated 382 release audit warnings (more than the trunk's current 381 warnings).
     [exec] 

{noformat}

The release audit warnings are due to html issues with jdiff and can be ignored.

The list of tests which still fail are:
||Testcase class||Testcase method||Probable Cause||
|TestBinaryStorage|testBinaryStorageWithAsciiData|Streaming needs to be fixed|
|TestBinaryStorage|testBinaryStorageWithBinaryData|Streaming needs to be fixed|
|TestBZip|testBzipInPig|bzip needs to be fixed|
|TestBZip|testEmptyBzipInPig|bzip needs to be fixed|
|TestCounters|testMapOnly|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMapOnlyBinStorage|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMapReduceOnly|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMapReduceOnlyBinStorage|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMapCombineReduce|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMapCombineReduceBinStorage|Counters need to be fixed - dependent on hadoop|
|TestCounters|testMultipleMRJobs|Counters need to be fixed - dependent on hadoop|
|TestCounters|testLocal|Counters need to be fixed - dependent on hadoop|
|TestEvalPipeline2|testEmptySort|order by related failure|
|TestGrunt|testCD|Reparsing logic needs to be fixed|
|TestHBaseStorage|testLoadFromHBase|HBaseStorage needs to be fixed for new load-store redesign|
|TestHBaseStorage|testBackwardsCompatibility|HBaseStorage needs to be fixed for new load-store redesign|
|TestMRCompiler|testMergeJoin|test needs to be updated per new Merge join implementation|
|TestMultiQuery|testMultiQueryPhase3StreamingInReducer2|Streaming needs to be fixed|
|TestPoissonSampleLoader|testComputeSamples|test needs to be updated per new Skew join code?|
|TestStreamingLocal|testSimpleMapSideStreaming|Streaming needs to be fixed|
|TestStreamingLocal|testSimpleMapSideStreamingWithOutputSchema|Streaming needs to be fixed|
|TestStreamingLocal|testSimpleReduceSideStreamingAfterFlatten|Streaming needs to be fixed|
|TestStreamingLocal|testSimpleOrderedReduceSideStreamingAfterFlatten|Streaming needs to be fixed|
|TestStreamingLocal|testSimpleMapSideStreamingWithUnixPipes|Streaming needs to be fixed|
|TestStreamingLocal|testLocalNegativeLoadStoreOptimization|Streaming needs to be fixed|



> Fix unit tests corresponding to source changes so far
> -----------------------------------------------------
>
>                 Key: PIG-1094
>                 URL: https://issues.apache.org/jira/browse/PIG-1094
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>         Attachments: PIG-1094.patch, PIG-1094_2.patch, PIG-1094_3.patch
>
>
> The check-in's so far on load-store-redesign branch have nor addressed unit test failures due to interface changes. This jira is to track the task of making the common case unit tests work with the new interfaces. Some aspects of the new proposal like using LoadCaster interface for casting, making local mode work have not been completed yet. Tests which are failing due to those reasons will not be fixed in this jira and addressed in the jiras corresponding to those tasks

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