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

[jira] [Created] (DRILL-4329) 50 Unit tests are failing with JDK 8

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

             Summary: 50 Unit tests are failing with JDK 8
                 Key: DRILL-4329
                 URL: https://issues.apache.org/jira/browse/DRILL-4329
             Project: Apache Drill
          Issue Type: Sub-task
         Environment: Mac OS
JDK 1.8.0_65
            Reporter: Deneche A. Hakim


The following unit tests are failing when building Drill with JDK 1.8.0_65:
{noformat}
  TestFlattenPlanning.testFlattenPlanningAvoidUnnecessaryProject
  TestFrameworkTest {
  	testRepeatedColumnMatching
	testCSVVerificationOfOrder_checkFailure
  }
  Drill2489CallsAfterCloseThrowExceptionsTest {
    testClosedDatabaseMetaDataMethodsThrowRight
    testClosedPlainStatementMethodsThrowRight
    testclosedPreparedStmtOfOpenConnMethodsThrowRight
    testClosedResultSetMethodsThrowRight1
    testClosedResultSetMethodsThrowRight2
  }
  Drill2769UnsupportedReportsUseSqlExceptionTest {
    testPreparedStatementMethodsThrowRight
    testPlainStatementMethodsThrowRight
  }
  TestMongoFilterPushDown {
    testFilterPushDownIsEqual
    testFilterPushDownGreaterThanWithSingleField
    testFilterPushDownLessThanWithSingleField
  }
    TestHiveStorage {
    orderByOnHiveTable
    queryingTableWithSerDeInHiveContribJar
    queryingTablesInNonDefaultFS
    readFromAlteredPartitionedTable
    readAllSupportedHiveDataTypesNativeParquet
    queryingHiveAvroTable
    readAllSupportedHiveDataTypes
    convertFromOnHiveBinaryType
  }
  TestInfoSchemaOnHiveStorage {
    showDatabases
    showTablesFromDb
    defaultSchemaHive
    defaultTwoLevelSchemaHive
    describeTable1
    describeTable2
    describeTable3
    describeTable4
    describeTable5
    describeTable6
    describeTable7
    describeTable8
    describeTable9
    varCharMaxLengthAndDecimalPrecisionInInfoSchema
  }   
  TestSqlStdBasedAuthorization {
    showSchemas
    showTables_user0
    showTables_user1
  }
  TestStorageBasedHiveAuthorization {
    showSchemas
    showTablesUser0
    showTablesUser1
    showTablesUser2
  }
  TestViewSupportOnHiveTables {
    viewWithSelectFieldsInDef_StarInQuery
    testInfoSchemaWithHiveView
    viewWithStarInDef_SelectFieldsInQuery1
    viewWithStarInDef_SelectFieldsInQuery2
    viewWithSelectFieldsInDef_SelectFieldsInQuery
    viewWithStarInDef_StarInQuery
  }
  TestGeometryFunctions {
    testGeometryPointCreation
    testGeometryFromTextCreation
  }
{noformat}



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