Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
6.4.0
-
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
- relates to
-
ODBC-368 Make the Connector more MaxScale friendly
- Open