[MDEV-27724] plugins.multiauth fails on FreeBSD due to a differently formatted error message Created: 2022-02-02  Updated: 2022-04-13

Status: Open
Project: MariaDB Server
Component/s: Platform FreeBSD, Plugins, Tests
Affects Version/s: 10.4, 10.5
Fix Version/s: 10.4, 10.5

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: None
Environment:

FreeBSD 13



 Description   

Other versions are likely affected too, I didn't check

CURRENT_TEST: plugins.multiauth
--- /usr/home/ec2-user/mariadb-server/mysql-test/suite/plugins/r/multiauth.result	2022-02-02 01:36:26.000000000 +0000
+++ /usr/home/ec2-user/mariadb-server/mysql-test/suite/plugins/r/multiauth.reject	2022-02-02 17:14:06.117624000 +0000
@@ -181,7 +181,7 @@
 CREATE USER for mysqltest1@%
 CREATE USER `mysqltest1`@`%` IDENTIFIED VIA ed25519 USING 'F4aF8bw7130VaRbdLCl4f/P/wkjDmgJXwWvpJ5gmsZc'
 # no plugin = failure
-mysqltest: Could not open connection 'default': 1045 Plugin client_ed25519 could not be loaded: <PLUGINDIR>/no/client_ed25519.so: cannot open shared object file: No such file or directory
+mysqltest: Could not open connection 'default': 1045 Plugin client_ed25519 could not be loaded: Cannot open "<PLUGINDIR>/no/client_ed25519.so"
 alter user mysqltest1 identified via ed25519 as password("good") OR mysql_native_password as password("works");
 show create user mysqltest1;
 CREATE USER for mysqltest1@%


Generated at Thu Feb 08 09:55:05 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.