Author: knoguchi
Date: Mon Nov 21 17:31:48 2016
New Revision: 1770725

URL: http://svn.apache.org/viewvc?rev=1770725&view=rev
Log:
PIG-5063: e2e IOErrors_1 on mapreduce is unstable (knoguchi)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/test/e2e/pig/tests/negative.conf

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1770725&r1=1770724&r2=1770725&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Mon Nov 21 17:31:48 2016
@@ -59,6 +59,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-5063: e2e IOErrors_1 on mapreduce is unstable (knoguchi)
+
 PIG-5062: Allow Native e2e tests to run in parallel (knoguchi)
 
 PIG-5060: TestPigRunner.testDisablePigCounters2 failing with tez (knoguchi)

Modified: pig/trunk/test/e2e/pig/tests/negative.conf
URL: 
http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/tests/negative.conf?rev=1770725&r1=1770724&r2=1770725&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/tests/negative.conf (original)
+++ pig/trunk/test/e2e/pig/tests/negative.conf Mon Nov 21 17:31:48 2016
@@ -473,7 +473,7 @@ define CMD `perl PigStreaming.pl` input(
 A = load ':INPATH:/singlefile/studenttab10k';
 B = stream A through CMD;
 store B into ':OUTPATH:';\,
-                        'expected_err_regex' => "Error reading output from 
Streaming binary",
+                        'expected_err_regex' => "Error reading output from 
Streaming binary|Error while reading from POStream and passing it to the 
streaming process",
                         },
                        {
                        # Invalid serializer - throws exception


Reply via email to