[Java] Ensure Flight with native Netty transport is actually being tested
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
There's only one test that exercises the domain socket path and it appears it's getting skipped on CI
```
[INFO] Running org.apache.arrow.flight.TestServerOptions
Warning: Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 s - in org.apache.arrow.flight.TestServerOptions
```
We should make sure this test works and figure out whatever Maven magic we need to get the right dependencies on the right platforms
**Reporter**: [David Li](https://issues.apache.org/jira/browse/ARROW-17024) / @lidavidm
**Note**: *This issue was originally created as [ARROW-17024](https://issues.apache.org/jira/browse/ARROW-17024). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
首先运行 org.apache.arrow.flight.TestServerOptions,并检查为什么 domain socket 测试在 CI 中被跳过。检查 Maven 配置以及 native Netty transport 的平台特定依赖项。当该测试在适用的 CI 平台上成功执行而不是被跳过时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- build-system, testing
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100