You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by jc...@apache.org on 2012/10/18 23:32:00 UTC

svn commit: r1399871 - in /pig/branches/branch-0.11: CHANGES.txt test/org/apache/pig/test/TestPoissonSampleLoader.java

Author: jcoveney
Date: Thu Oct 18 21:32:00 2012
New Revision: 1399871

URL: http://svn.apache.org/viewvc?rev=1399871&view=rev
Log:
PIG-2926: TestPoissonSampleLoader failing on rhel environment (jcoveney)

Modified:
    pig/branches/branch-0.11/CHANGES.txt
    pig/branches/branch-0.11/test/org/apache/pig/test/TestPoissonSampleLoader.java

Modified: pig/branches/branch-0.11/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1399871&r1=1399870&r2=1399871&view=diff
==============================================================================
--- pig/branches/branch-0.11/CHANGES.txt (original)
+++ pig/branches/branch-0.11/CHANGES.txt Thu Oct 18 21:32:00 2012
@@ -306,9 +306,7 @@ OPTIMIZATIONS
 
 BUG FIXES
 
-PIG-2985: TestRank1,2,3 fail with hadoop-2.0.x (rohini via azaroth)
-
-PIG-2928: Fix e2e test failures in trunk: FilterBoolean_23/24 (cheolsoo via dvryaboy)
+PIG-2926: TestPoissonSampleLoader failing on rhel environment (jcoveney)
 
 PIG-2971: Add new parameter to specify the streaming environment (jcoveney)
 

Modified: pig/branches/branch-0.11/test/org/apache/pig/test/TestPoissonSampleLoader.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/test/org/apache/pig/test/TestPoissonSampleLoader.java?rev=1399871&r1=1399870&r2=1399871&view=diff
==============================================================================
--- pig/branches/branch-0.11/test/org/apache/pig/test/TestPoissonSampleLoader.java (original)
+++ pig/branches/branch-0.11/test/org/apache/pig/test/TestPoissonSampleLoader.java Thu Oct 18 21:32:00 2012
@@ -102,7 +102,9 @@ public class TestPoissonSampleLoader ext
         }
         return count;
     }
-
+/*
+// This test has been removed because the results are platform dependent.
+// See: PIG-2926
     @Test
     public void testNumSamples() throws IOException {
         //PoissonSampleLoader.DEFAULT_SAMPLE_RATE is 17
@@ -124,7 +126,7 @@ public class TestPoissonSampleLoader ext
         count = testNumSamples("0.0001", "100");
         assertEquals(count, 42);
     }
-
+*/
     /*
      * Test use of LoadFunc with parameters as argument to PoissonSampleLoader
      */