Skip to content
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

Add 5.0-beta1 to matrix #1218

Closed
wants to merge 1 commit into from
Closed

Add 5.0-beta1 to matrix #1218

wants to merge 1 commit into from

Conversation

joao-r-reis
Copy link
Contributor

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

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.

Another issue that I found is that Jenkins is not marking a step as "red"/failed if the tests fail. I don't know if this is related to the recent changes to the test infrastructure that happened on this driver.

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

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

The changes in this PR have been folded into the work being done for #1220

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