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

CONC-749 plugins.multiauth fails on mac #263

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

Conversation

DaveGosselin-MariaDB
Copy link
Member

If the dylib isn't found on linux, then dlerror() returns 'no such file' but on Mac it returns a lot more information. Our tests expect the string 'no such file', so detect that error on Mac and replace the text.

If the dylib isn't found on linux, then dlerror() returns
'no such file' but on Mac it returns a lot more information.
Our tests expect the string 'no such file', so detect that
error on Mac and replace the text.
@vuvova
Copy link
Member

vuvova commented Dec 11, 2024

"a lot more information" is usually good. If it's a useful information. Better to adjust the test to be less picky

@DaveGosselin-MariaDB
Copy link
Member Author

"a lot more information" is usually good. If it's a useful information. Better to adjust the test to be less picky

It's not really useful, just path information, which isn't available on Linux.

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