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

Catch output variation for recent MariaDB server changes #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

df7cb
Copy link
Contributor

@df7cb df7cb commented Dec 6, 2021

MariaDB 10.5 prints "Unknown server host" instead of "Unknown MySQL server host".

We are already normalizing the error message in tests, accept that form as well.

Regression diff observed was:
-NOTICE: failed to connect to MySQL: Unknown MySQL server host 'localhos'
+NOTICE: failed to connect to MySQL: Unknown server host 'localhos' (-2)

MariaDB 10.5 prints "Unknown server host" instead of "Unknown MySQL server host".

We are already normalizing the error message in tests, accept that form
as well.

Regression diff observed was:
-NOTICE:  failed to connect to MySQL: Unknown MySQL server host 'localhos'
+NOTICE:  failed to connect to MySQL: Unknown server host 'localhos' (-2)
@surajkharage19
Copy link

Hi,

Can you please share the exact MariaDB version?
I checked on MariaDB 10.5.13 version and could not see the above regression diff.

@df7cb
Copy link
Contributor Author

df7cb commented Dec 7, 2021

@surajkharage19
Copy link

I am not sure whether that error is version-specific or not because I am not able to see regression diff at my end against MariaDB 10.5.13 on CentOS 7. However, your suggested change make sense to me as your facing this issue at your end.
We will take this forward. Thanks.

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.

2 participants