[CI][Java] Remove excluded unstable tests when building java-jars.
オープン
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 11
説明
### Describe the bug, including details regarding any error messages, version, and platform.
When we are builiding java-jars we are currently using the following exclusions:
```
exclude_tests="${exclude_tests}|arrow-acero-asof-join-node-test"
exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test"
```
We should remove those once: https://github.com/apache/arrow/issues/36482 is solved.
### Component(s)
Continuous Integration, Java
コントリビューションガイド
調査の方向性
まず、exclude_tests を組み立てる java-jars の build 設定を見つけ、2 つの除外がまだ存在することを確認します。Apache Arrow issue 36482 が解決済みか確認し、その後 arrow-acero-asof-join-node-test と arrow-acero-hash-join-node-test の除外を削除して、java-jars の build を検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- ci-cd
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100