-
Notifications
You must be signed in to change notification settings - Fork 76
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
Integration Testing Issue - Mariadb #614
Comments
if we find out that it's a docker image version problem, let's pin one that's working so we don't have this issue again |
I suspect the issue is they (mariadb docker) released recently: |
then switching to an old image should fix it. |
Hi, I'm trying to work out the MariaDB issue you had with the Docker Official Images. I assume its something that happened on I found https://github.com/ploomber/jupysql/actions/runs/5248219154/jobs/9479419853 as connection errors. Is the container failing to start or are the tests starting before the container is ready? If the later there is a |
Source
We are seeing the integration testing is failing on that PR, I tested on local and it showed
when connecting to mariadb.
This happened since yesterday (or few a days ago?). I tested on normal mysql and it works fine.
What I tried:
Need to investigate more
The text was updated successfully, but these errors were encountered: