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

Fix tests for scala 2.13 #50

Merged
merged 11 commits into from
Apr 24, 2020
Merged

Conversation

karolchmist
Copy link
Contributor

I've managed to fix tests on circleci-20-test branch. I took your commits @lastland and squashed them to just one for a starting point.

This fixed #48

I just wanted at first to help and fix MySQL tests, but there were more things not working, so I took a deep dive and changed more stuff.

I hope that the commit messages are self-explanatory :)

The only thing that I'm not very happy about is using root user to run MySQL tests. I don't know why using env variables doesn't work, but maybe it could be fixed later. There is another solution of adding a user manually, which can be found on a separate branch.

@CLAassistant
Copy link

CLAassistant commented Apr 24, 2020

CLA assistant check
All committers have signed the CLA.

@karolchmist
Copy link
Contributor Author

Circle CI built successfully

@lastland
Copy link
Owner

@karolchmist Thanks a lot for your contribution! This looks great. I'm merging it now and will publish a new version soon.

The use of root user is indeed a bit unsatisfying, but I think it is fine at the moment as this part of tests is supposed to mostly run on CIs. Thanks again!

@lastland lastland merged commit cfed58d into lastland:develop Apr 24, 2020
@lastland lastland mentioned this pull request Apr 24, 2020
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.

Scala 2.13 Support
3 participants