DRILL-548: Re-enable tpch13

I am no longer seeing the IOOB exception.


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/7c1ee01c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/7c1ee01c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/7c1ee01c

Branch: refs/heads/master
Commit: 7c1ee01caa30758a88e78143c068ec126c8fb42a
Parents: 930bc0f
Author: Steven Phillips <[email protected]>
Authored: Wed Jun 11 02:17:38 2014 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Wed Jun 11 21:25:16 2014 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/drill/TestTpchDistributed.java         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/7c1ee01c/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
----------------------------------------------------------------------
diff --git 
a/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java 
b/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
index 4b1cf2a..c388b3b 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java
@@ -92,7 +92,6 @@ public class TestTpchDistributed extends BaseTestQuery{
   }
 
   @Test
-  @Ignore // flapping ioob
   public void tpch13() throws Exception{
     testDistributed("queries/tpch/13.sql");
   }

Reply via email to