Skip to content

MDEV-27724: plugins.multiauth normalize dlopen errors#5353

Draft
grooverdan wants to merge 1 commit into
MariaDB:10.11from
grooverdan:MDEV-27724
Draft

MDEV-27724: plugins.multiauth normalize dlopen errors#5353
grooverdan wants to merge 1 commit into
MariaDB:10.11from
grooverdan:MDEV-27724

Conversation

@grooverdan

Copy link
Copy Markdown
Member

macos particuarlly had a long error message ending in (no such file). Normalize the regex.

"image not found" was an error of old macos so omitted.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the regular expression replacement in mysql-test/suite/plugins/t/multiauth.test to support MacOS. However, the reviewer noted that removing the FreeBSD-specific regex will cause test failures on FreeBSD, as its dlopen error message does not contain the string "No such file". The reviewer suggested keeping the FreeBSD-specific regex to ensure cross-platform compatibility.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread mysql-test/suite/plugins/t/multiauth.test Outdated
macos particuarlly had a long error message ending in
(no such file). Normalize the regex.

"image not found" was an error of old macos so omitted.
@gkodinov gkodinov added the MariaDB Foundation Pull requests created by MariaDB Foundation label Jul 7, 2026
@grooverdan grooverdan marked this pull request as draft July 8, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Foundation Pull requests created by MariaDB Foundation

Development

Successfully merging this pull request may close these issues.

2 participants