Open
Description
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
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
CrateTestCluster
1, 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
Database provisioning
- Resolved per Testcontainers for Java: Add examples for init scripts and function #59.
- Using a classpath init script
- Using an init script from a file
- Using an init function
Other test frameworks
Testcontainers for Java also provides integrations for other test frameworks. Currently, all test cases are based on JUnit 4.