nodejs-driver icon indicating copy to clipboard operation
nodejs-driver copied to clipboard

Add 5.0-beta1 to matrix

Open joao-r-reis opened this issue 1 year ago • 0 comments

Currently tests are failing and I think most (if not all) are related to cassandra.yml setting renaming that happened in C* 4.1. This is happening with other drivers as well. The Java driver already handled this in https://github.com/apache/cassandra-java-driver/pull/1924

C* 4.1 renamed some config settings but C* is still looking at the old names because of backwards compability reasons. However, C* fails to launch if it finds both the NEW name and the OLD name for a specific setting. The driver tests call ccm to add the OLD config setting but because the name is different from the one in cassadra.yml, the setting is added to cassandra.yml instead of replacing it.

I've already updated the AMI so it's already running the updated ccm that supports 5.0.

joao-r-reis avatar Jul 24 '24 11:07 joao-r-reis