Uploaded image for project: 'MariaDB Connector/Python'
  1. MariaDB Connector/Python
  2. CONPY-315

plugin_dir is not taken into account on macos.

    XMLWordPrintable

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)

      Attachments

        Activity

          People

            georg Georg Richter
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.