Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ldetmer opened this issue Nov 12, 2024 · 0 comments
Open

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

ldetmer opened this issue Nov 12, 2024 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: process A process-related concern. May include testing, release, or the like.

Comments

@ldetmer
Copy link
Contributor

ldetmer commented Nov 12, 2024

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
@zhumin8 zhumin8 added type: process A process-related concern. May include testing, release, or the like. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

2 participants