googleapis / googleapis/google-cloud-java
[sdk-platform-java] Native showcase CI tests don't run certain showcase tests
オープン
priority: p3
type: process
- 主要言語
- Java
- スター
- 2.1k
- フォーク
- 1.2k
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 154
説明
Certain showcase tests are being excluded from the native showcase CI tests. Example: EchoClientHttpJsonTest and ComplianceClientTest
If you look at this [CI showcase build](https://github.com/googleapis/sdk-platform-java/actions/runs/11355074289/job/31583690305) it includes these tests and it uses the command
```
mvn verify \
-P enable-integration-tests \
--batch-mode \
--no-transfer-progress
```
If you look at this [native CI build](https://github.com/googleapis/sdk-platform-java/actions/runs/11355074289/job/31583690528) it does not include these test. Command below:
```
mvn test -Pnative,-showcase -ntp -B
```
コントリビューションガイド
評価
この issue はまだ評価されていません。