We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
io.crate.testing.CrateTestCluster
io.crate.testing.CrateTestServer
With kind regards, Andreas.
The text was updated successfully, but these errors were encountered:
We just added some blueprints how to use Testcontainers for Java with CrateDB.
Sorry, something went wrong.
No branches or pull requests
Hi there,
the BaseIntegrationTest.java currently uses
io.crate.testing.CrateTestCluster
andio.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.
The text was updated successfully, but these errors were encountered: