Comment 9 for bug 598659

Revision history for this message
Pavel Stratil (pavel-senbonzakura) wrote :

Managed to reduce the number of failed tests to two. Here's the configure:

./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-static --disable-dependency-tracking --disable-mtmalloc --enable-tcmalloc --enable-libmemcached --enable-libgearman --enable-libldap --with-auth-http-plugin --with-auth-pam-plugin --with-md5-plugin --with-gearman_udf-plugin --with-logging_gearman-plugin

mysql-test-run in default mode: *** Failing the test(s): main.drizzleslap transaction_log.slap
mysql-test-run: *** ERROR: there were failing test cases

I'm building drizzle on a laptop so it will take hours before I can verify if this relates to --enable-libldap. Does anyone know if these are related? What's the current state of ldap support/plugins in drizzle?

Thanks!