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

Run Azure blob store integration tests with Azure and Azurite #1303

Conversation

groldan
Copy link
Member

@groldan groldan commented Aug 11, 2024

Azurite is run as a testcontainer, and the github CI build runs all integration tests for Java 11, 17, and 21.

In order to save on Azure resources, online integration tests are run only if the Azurite based tests succeeded, using github secrets to set up the account, key, and container; and for Java 11 only.

Both Azurite and Azure tests are run by the failsafe-maven-plugin, during the integration-test phase, so you need to run them as mvn verify, not as mvn test.

Azurite is run as a testcontainer, and the github CI build runs all
integration tests for Java 11, 17, and 21.

In order to save on Azure resources, online integration tests are
run only if the Azurite based tests succeeded, using github secrets
to set up the account, key, and container; and for Java 11 only.
@groldan
Copy link
Member Author

groldan commented Aug 11, 2024

Closing as superseded by #1304

@groldan groldan closed this Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant