Chesnay Schepler created FLINK-13718:
----------------------------------------
Summary: Disable HBase tests
Key: FLINK-13718
URL:
https://issues.apache.org/jira/browse/FLINK-13718 Project: Flink
Issue Type: Sub-task
Components: Connectors / HBase, Tests
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.10.0
The HBase tests are categorically failing on Java 11. Given that HBase itself does not support Java 11 at this point we should just disable these tests for the time being.
{code}
HBaseConnectorITCase.activateHBaseCluster:81->HBaseTestingClusterAutostarter.registerHBaseMiniClusterInClasspath:189->HBaseTestingClusterAutostarter.addDirectoryToClassPath:224 We should get a URLClassLoader
HBaseLookupFunctionITCase.activateHBaseCluster:95->HBaseTestingClusterAutostarter.registerHBaseMiniClusterInClasspath:189->HBaseTestingClusterAutostarter.addDirectoryToClassPath:224 We should get a URLClassLoader
HBaseSinkITCase.activateHBaseCluster:91->HBaseTestingClusterAutostarter.registerHBaseMiniClusterInClasspath:189->HBaseTestingClusterAutostarter.addDirectoryToClassPath:224 We should get a URLClassLoader
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)