apache/pulsar

Hbase connector does not have working tests

Open

#14,434 创建于 2022年2月23日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (3,485 fork)batch import
help wantedtype/enhancement

仓库指标

Star
 (13,697 star)
PR 合并指标
 (平均合并 3天 10小时) (30 天内合并 146 个 PR)

描述

Describe the bug

Hbase connector does not have working tests, thus its state and compatibility with various library changes is unclear.

To Reproduce

The only useful test (let's ignore HbaseSinkConfigTest test) is HbaseGenericRecordSinkTest with one test method which is disabled since the day it was committed in Jan 2019 https://github.com/apache/pulsar/pull/3368 : https://github.com/apache/pulsar/blob/9fe2f418200f4231326fc273e5671c5536b9bf65/pulsar-io/hbase/src/test/java/org/apache/pulsar/io/hbase/sink/HbaseGenericRecordSinkTest.java#L84-L85

I tried enabling the test and running it on my mac, the test resulted in panic and MacOS crash.

Integration tests were never finished and committed: https://github.com/apache/pulsar/pull/3695

Expected behavior

Working set of tests covering functionality, running on CI

贡献者指南