~mysql/mysql-replication-listener/trunk

Viewing all changes in revision 70.

  • Committer: Shubhangi Garg
  • Date: 2013-04-15 13:33:08 UTC
  • Revision ID: shubhangi.garg@oracle.com-20130415133308-k0iq4z7mwj49bfas
Tags: release-0.1.0rc1
BAPI 57: Bug: 'make test' reports test failure for Binlog Tests

Description:
'make test' fails since

1.BINLOG_TESTS are not correctly called in CMakeLists in tests directory.
CMakeLists.txt has the following code to add BINLOG_TESTS:

  set(MySQL_BINLOG_TESTS replaybinlog replay_sys_vars)
  add_test(SimpleTests ${MySQL_SIMPLE_TESTS})

replaybinlog, however takes MySQL uri as a command line argument.
Here 'replay_sys_vars' is passed as the uri to connect to, and hence
the test fails.

2. replaybinlog and replay_sys_vars need mtr executables to run correctly.

Fix:
Disable them for the first version and add a TODO.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: