-
Notifications
You must be signed in to change notification settings - Fork 49
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
Mysql provider tests #25
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you still having issues with auth against the docker my-sql image?
"jasmine": "^3.3.1", | ||
"jasmine-core": "^3.3.0", | ||
"jasmine": "^2.5.2", | ||
"jasmine-core": "^2.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you need to downgrade jasmine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a test to see if this was the problem with the docker auth. I forgot to upgrade it.
I didn't have time to look at it this week. I'll do it as soon as I can. But I have some ideas to look for. |
Hi Daniel. I'm opening this pull request to add the tests to my-sql-provider, however, I'm getting errors with MySQL authentication with docker. And if you could review some test specs that I've written.