testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
8.05k stars 1.66k forks source link

Fix cockroachdb wait strategy with version >= 22.1.0 #9505

Closed eddumelendez closed 2 weeks ago

eddumelendez commented 2 weeks ago

Starting with version 22.1.0, wait strategy can rely on /cockroach/init_success file created when scripts are executed.

Fixes #8555