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

Testcontainers for Java: Backlog #55

Open
1 task done
amotl opened this issue Apr 14, 2023 · 0 comments
Open
1 task done

Testcontainers for Java: Backlog #55

amotl opened this issue Apr 14, 2023 · 0 comments
Labels
java Pull requests that update Java code

Comments

@amotl
Copy link
Member

amotl commented Apr 14, 2023

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

  • [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

Other test frameworks

Testcontainers for Java also provides integrations for other test frameworks. Currently, all test cases are based on JUnit 4.

Footnotes

  1. See also https://github.com/crate/crate-jdbc/issues/377.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant