-
Notifications
You must be signed in to change notification settings - Fork 346
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
Cats Effect 3 context #2343
base: master
Are you sure you want to change the base?
Cats Effect 3 context #2343
Conversation
Wow @voropaevp this is very impressive! |
Added another commit, that fixes the tests in all cassandra projects. Retested my changes and they are working fine. @deusaquilus Let me know what you think about this change. Should it go in separate branch? |
Cleanly split fix for the cassandra tests and CE context |
How's it going @voropaevp? Everything looks great so far! |
@deusaquilus I'm doing alright thanks for asking! How are you? I see that my change for the tests had broken down the Having migrations in Dockerfile is more convenient because Please approve the workflow. |
Problem
Cats effect 3 context for Cassandra. My previous PR got merged and then lost. And Cassandra drivers got a new release, so an update is necessary.
Some unit tests are failing, complaining about missing keyspace, but same error happens in
quill-cassandra
itself.Checklist
README.md
if applicable[WIP]
to the pull request title if it's work in progresssbt scalariformFormat test:scalariformFormat
to make sure that the source files are formatted@getquill/maintainers