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

Integration tests not running for native image testing #719

Closed
mpeddada1 opened this issue Jan 13, 2022 · 0 comments · Fixed by #720
Closed

Integration tests not running for native image testing #719

mpeddada1 opened this issue Jan 13, 2022 · 0 comments · Fixed by #720
Assignees
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@mpeddada1
Copy link
Contributor

mpeddada1 commented Jan 13, 2022

Integration tests are explicitly enabled in java-shared-config for native image testing. However, the maven-surefire-plugin configuration in the native profile is being overridden when excludedGroups is used to exclude integration tests:
<excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>

This results in no integration tests being run when mvn test -P native is called.

@mpeddada1 mpeddada1 self-assigned this Jan 13, 2022
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner-jdbc API. label Jan 13, 2022
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants