-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Breaking change in CockroachDB CLI interface for versions 20.2+.* #3571
Comments
Since v20.2, below command is not working. Line 56 in c3a8ca7
According to v19.2 document,
So, |
According to release-support-policy, current default tag (v19.1.1) can not be supported assistance.
|
Issue: testcontainers#3571 This also includes changing default tag version (to v19.2.11)
Closes #3571 This also includes changing default tag version (to v19.2.11) Co-authored-by: Junho, Kim <[email protected]> Co-authored-by: Sergei Egorov <[email protected]>
Hi,
I have tried using versions 20.2.0 and 20.2.2 of CockroachDB with CockroachContainer and sadly the container crashes with the following output:
Testcontainers itself hangs on this log line:
[2020-12-08 17:27:02,603] [INFO] [🐳 [cockroachdb/cockroach:v20.2.0]] [] [ScalaTest-run] - Waiting for database connection to become available at jdbc:postgresql://localhost:32830/postgres?reWriteBatchedInserts=true using query 'SELECT 1' MDC: {}
but doesn't fail even though the container itself is EXITED(1). It then assumes everything is fine and continues the test framework execution.
The text was updated successfully, but these errors were encountered: