You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2016/02/01 18:03:39 UTC

[jira] [Created] (DRILL-4332) tests in TestFrameworkTest fail in Java 8

Deneche A. Hakim created DRILL-4332:
---------------------------------------

             Summary: tests in TestFrameworkTest fail in Java 8
                 Key: DRILL-4332
                 URL: https://issues.apache.org/jira/browse/DRILL-4332
             Project: Apache Drill
          Issue Type: Sub-task
          Components: Tools, Build & Test
    Affects Versions: 1.5.0
            Reporter: Deneche A. Hakim


the following unit tests fail in Java 8:
{noformat}
TestFrameworkTest.testRepeatedColumnMatching
TestFrameworkTest.testCSVVerificationOfOrder_checkFailure
{noformat}

The tests expect the query to fail with a specific error message. The message generated by DrillTestWrapper.compareMergedVectors assumes a specific order in a map keySet (which we shouldn't). In Java 8 it seems the order changed which causes a slightly different error message



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)