joao-r-reis commented on PR #1780: URL: https://github.com/apache/cassandra-gocql-driver/pull/1780#issuecomment-4156293869
The test failures are likely related to resource constraints in the containers. I've personally seen these issues when running ccm in WSL 2 if I create a lot of tables. Just a reminder, the outcome of the discussion around testcontainers was that testcontainers lack certain features that would make certain tests impossible to develop in comparison with what CCM offers (like multiple node clusters, you can create a multi node cluster with testcontainers but the driver will only be able to connect to 1 node). As a result we decided back then that we would not go forward with testcontainers as replacement of CCM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

