googleapis / googleapis/google-cloud-java

[sdk-platform-java] Native showcase CI tests don't run certain showcase tests

Open
#12,408 0 comments 0 reactions 0 assignees View on GitHub
priority: p3 type: process
Dominant language
Java
Stars
2.1k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
154

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.