You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At GH-54, we are bringing in some ready-to-run code examples for basic use of Testcontainers for Java with CrateDB. There are some items which should be addressed within subsequent iterations.
Propagating command-line options to CrateDB will become important, for example when aiming to use this in a multi-node scenario like what crate-java-testing provides per CrateTestCluster1, right?
[Test worker] WARN tc.crate:5.2 - Reuse was requested but the environment does not support the reuse of containers
To enable reuse of containers, you must set 'testcontainers.reuse.enable=true' in a file located at /Users/amo/.testcontainers.properties
Hi.
At GH-54, we are bringing in some ready-to-run code examples for basic use of Testcontainers for Java with CrateDB. There are some items which should be addressed within subsequent iterations.
With kind regards,
Andreas.
Startup
Propagating command-line options to CrateDB
Database provisioning
Other test frameworks
Testcontainers for Java also provides integrations for other test frameworks. Currently, all test cases are based on JUnit 4.
Footnotes
See also https://github.com/crate/crate-jdbc/issues/377. ↩
The text was updated successfully, but these errors were encountered: