Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-4205

MariaDB ODBC test suite fails when run through MaxScale

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 6.4.0
    • N/A
    • readwritesplit
    • None
    • MXS-SPRINT-162

    Description

      Parts of the MariaDB Connector ODBC test suite fail when run through a readwritesplit service when compared to a direct connection. To set up tests:

      sudo yum -y install git cmake make gcc openssl-devel unixODBC unixODBC-devel
      git clone https://github.com/MariaDB/mariadb-connector-odbc.git
      mkdir build && cd build
      cmake ../mariadb-connector-odbc/ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCONC_WITH_UNIT_TESTS=Off -DCMAKE_INSTALL_PREFIX=$PWD -DWITH_SSL=OPENSSL
      make
      cd test
       
      # These variables must be set to these values
      export TEST_DSN=maodbc_test
      export TEST_DRIVER=maodbc_test
      export ODBCINI="$PWD/odbc.ini"
      export ODBCSYSINI=$PWD
       
      # Change these for your system
      export TEST_SCHEMA=test
      export TEST_UID=maxuser
      export TEST_SERVER=127.0.0.1
      export TEST_PASSWORD=maxpwd
      export TEST_PORT=4006                                                                                                                                                                                                                                                                    
       
      ctest --output-on-failure
      

      Attachments

        Issue Links

          Activity

            People

              markus makela markus makela
              markus makela markus makela
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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