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

cassandra: cleans up code and tests #3709

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

codefromthecrypt
Copy link
Member

This cleans up deprecation and style issues found in IntelliJ analysis. It also migrates docker tests to junit-jupiter and fixes the logging configuration which broke when we updated to SLF4J 2.x.

This also updates all use of docker test images to the latest, in attempts to share base image layers.

# stop huge spam
org.slf4j.simpleLogger.log.org.testcontainers.dockerclient=off

# Schema install takes a while. Log basic information to prevent CI from thinking things are hung
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't really true anymore, so I matched logging config with the zipkin-dependencies stuff, despite this being simplelogger not log4j2

@codefromthecrypt
Copy link
Member Author

will rebase after #3710

This cleans up deprecation and style issues found in IntelliJ analysis.
It also migrates docker tests to junit-jupiter and fixes the logging
configuration which broke when we updated to SLF4J 2.x.

This also updates all use of docker test images to the latest, in
attempts to share base image layers.

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt
Copy link
Member Author

that all the docker tests pass with new images gives me confidence I can click the announce release button of 3.0.5. Thanks for all the help @anuraaga and @reta

@codefromthecrypt
Copy link
Member Author

going to merge this as master breaks occasionally due to memory limits on the elasticsearch image, which 3.0.5 fixed.

@codefromthecrypt codefromthecrypt merged commit 4f263de into master Jan 25, 2024
13 checks passed
@codefromthecrypt codefromthecrypt deleted the cassandra-cleanup branch January 25, 2024 01:34
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.

1 participant