Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
the following unit tests fail in Java 8:
TestFrameworkTest.testRepeatedColumnMatching TestFrameworkTest.testCSVVerificationOfOrder_checkFailure
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