-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Module
Core
Testcontainers version
1.20.2
Using the latest Testcontainers version?
Yes
Host OS
MacOS
Host Arch
ARM
Docker version
latestWhat happened?
In the previous, non-deprecated Cassandra container, CassandraDatabaseDelegate was using Cassandra Session to execute statement that determines whether the server is up. New logic is using csqlsh which doesn't work with the DSE distribution anymore. Since the old Cassandra container is deprecated, this is a breaking change.
Relevant log output
2024-10-01T04:54:50.667-0600 ERROR ducttape-0 org.testcontainers.cassandra.delegate.CassandraDatabaseDelegate CQL script execution failed with error:
Connection error: ('Unable to connect to any servers', {'127.0.0.1:9042': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})Additional Information
No response
Reactions are currently unavailable