googleapis / sdk-platform-java

Tooling and shared libraries for Cloud SDK for Java
https://cloud.google.com/java/docs/bom
Apache License 2.0
68 stars 53 forks source link

Native showcase CI tests don't run certain showcase tests #3363

Open ldetmer opened 2 weeks ago

ldetmer commented 2 weeks ago

Certain showcase tests are being excluded from the native showcase CI tests. Example: EchoClientHttpJsonTest and ComplianceClientTest

If you look at this CI showcase build 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 it does not include these test. Command below:

mvn test -Pnative,-showcase -ntp -B