gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

Native showcase CI tests don't run certain showcase tests

Open ldetmer opened this issue 1 year ago • 0 comments

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

ldetmer avatar Nov 12 '24 20:11 ldetmer