You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/08/25 20:42:33 UTC

[8/8] git commit: Disable test that is inconistent between JDK 1.7 and 1.8.

Disable test that is inconistent between JDK 1.7 and 1.8.


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

Branch: refs/heads/master
Commit: c4b0c7b3d3f870f2bc118a73deb0f31d312a076f
Parents: bb3e55c
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Aug 22 01:37:50 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Fri Aug 22 01:37:50 2014 -0700

----------------------------------------------------------------------
 .../net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/c4b0c7b3/core/src/test/java/net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java b/core/src/test/java/net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java
index 577b7ab..41b1945 100644
--- a/core/src/test/java/net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java
+++ b/core/src/test/java/net/hydromatic/optiq/test/JdbcFrontJdbcBackLinqMiddleTest.java
@@ -119,6 +119,7 @@ public class JdbcFrontJdbcBackLinqMiddleTest {
    * <p>Currently, the query can be planned, but the plan is not efficient (uses
    * cartesian product).</p>
    */
+  @Ignore("non-deterministic on JDK 1.7 vs 1.8")
   @Test public void testJoinTheta() {
     that()
         .with(OptiqAssert.Config.FOODMART_CLONE)