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

Use Testcontainers instead of custom CrateDB integration test helper #377

Open
amotl opened this issue Apr 5, 2023 · 1 comment
Open

Comments

@amotl
Copy link
Member

amotl commented Apr 5, 2023

Hi there,

the BaseIntegrationTest.java currently uses io.crate.testing.CrateTestCluster and io.crate.testing.CrateTestServer from CrateDB Java Testing Classes. If it is capable enough to replace this layer, we could now use Testcontainers for Java » CrateDB support, thanks to @matriv's contribution testcontainers/testcontainers-java#6790, which has been released yesterday.

With kind regards,
Andreas.

@amotl
Copy link
Member Author

amotl commented Apr 6, 2023

We just added some blueprints how to use Testcontainers for Java with CrateDB.

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

No branches or pull requests

1 participant