Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
1.1.12
-
None
-
None
-
None
Description
on macos only when running the "test_ed25519" test
the following code
try: |
create_connection({"user": "eduser", |
"password": "MySup8%rPassw@ord", |
"plugin_dir": "wrong_plugin_dir"}) |
self.fail("wrong plugin directory, must not have found " |
"authentication plugin") |
except (mariadb.OperationalError):
|
pass
|
succeed to connect, even passing a wrong "plugin_dir" parameter (user is created with ed25519 and must use the ed25519_client plugin)