You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2014/09/08 20:09:52 UTC

svn commit: r1623453 - in /pig/trunk: CHANGES.txt test/excluded-tests-20

Author: cheolsoo
Date: Mon Sep  8 18:09:52 2014
New Revision: 1623453

URL: http://svn.apache.org/r1623453
Log:
PIG-4159: TestGroupConstParallelTez and TestJobSubmissionTez should be excluded in Hadoop 20 unit tests (cheolsoo)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/test/excluded-tests-20

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1623453&r1=1623452&r2=1623453&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Mon Sep  8 18:09:52 2014
@@ -70,6 +70,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-4159: TestGroupConstParallelTez and TestJobSubmissionTez should be excluded in Hadoop 20 unit tests (cheolsoo)
+
 PIG-4154: ScriptState#setScript(File) does not close resources (lars_francke via daijy)
 
 PIG-4155: Quitting grunt shell using CTRL-D character throws exception (abhishek.agarwal via daijy)

Modified: pig/trunk/test/excluded-tests-20
URL: http://svn.apache.org/viewvc/pig/trunk/test/excluded-tests-20?rev=1623453&r1=1623452&r2=1623453&view=diff
==============================================================================
--- pig/trunk/test/excluded-tests-20 (original)
+++ pig/trunk/test/excluded-tests-20 Mon Sep  8 18:09:52 2014
@@ -3,3 +3,5 @@
 **/TestTezJobControlCompiler.java
 **/TestTezLauncher.java
 **/TestTezAutoParallelism.java
+**/TestJobSubmissionTez.java
+**/TestGroupConstParallelTez.java