Skip to content

Remove centos7 and add Cassandra 5.0-beta1#565

Closed
joao-r-reis wants to merge 1 commit into
masterfrom
c50testing
Closed

Remove centos7 and add Cassandra 5.0-beta1#565
joao-r-reis wants to merge 1 commit into
masterfrom
c50testing

Conversation

@joao-r-reis
Copy link
Copy Markdown

@joao-r-reis joao-r-reis commented Jul 24, 2024

Removed CentOS7 because it's EOL.

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 apache/cassandra-java-driver#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.

Note that you need to manually trigger the integration tests on jenkins, they don't run by default on the per-commit build.

@joao-r-reis joao-r-reis requested a review from absurdfarce July 24, 2024 11:24
@absurdfarce
Copy link
Copy Markdown
Contributor

This has been replaced by a combination of CPP-1001 (already merged) for the CentOS 7 removal and CPP-1002 for the Cassandra 5.0.x (and 4.1.x) support.

@absurdfarce absurdfarce closed this Nov 6, 2024
@absurdfarce absurdfarce deleted the c50testing branch October 2, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants