Hello,
Thank you for your reply.
I have now installed MySQL 5.1.55.
I have built MySQL from SRPM and installed it.
Then i have built Q4M from the source and installed it.
I had no errors when i ran the installation script (install.sql).
I tried to run the test suite and have some errors as follow:
1. t/02-queue:
# Failed test in t/02-queue.t at line 33.
t/02-queue................................NOK 9# Structures begin
differing at:
# $got->[0][0] = '0'
# $expected->[0][0] = '1'
# Failed test in t/02-queue.t at line 33.
t/02-queue................................NOK 12# Structures begin
differing at:
# $got->[0][0] = '0'
# $expected->[0][0] = '2'
The error happens for each iteration of the loop.
Except for the last one which gives me the following error:
t/02-queue................................NOK
3077
# Failed test in t/02-queue.t at line 40.
# Structures begin differing at:
# $got->[0] = ARRAY(0x2631bd0)
# $expected->[0] = Does not exist
# Looks like you failed 1024 tests of 3077.
2. t/03-queue-error-wait
# Failed test in t/03-queue-error-wait.t at line 25.
t/03-queue-error-wait.....................NOK 6# Structures begin
differing at:
# $got->[0] = ARRAY(0x1d318e0)
# $expected->[0] = Does not exist
# Failed test in t/03-queue-error-wait.t at line 40.
t/03-queue-error-wait.....................NOK 12# Structures begin
differing at:
# $got->[0] = ARRAY(0x1d32410)
# $expected->[0] = Does not exist
3. t/03-queue-error
t/03-queue-error..........................NOK 5# Failed test in t/03-
queue-error.t at line 29.
# Structures begin differing at:
# $got->[0][0] = '1'
# $expected->[0][0] = '2'
t/03-queue-error..........................NOK
6
# Failed test in t/03-queue-error.t at line 33.
# Structures begin differing at:
# $got->[1] = ARRAY(0xbca4d0)
# $expected->[1] = Does not exist
DBD::mysql::db do failed: Can't initialize function 'queue_abort';
queue_abort(): not in owner mode at t/03-queue-error.t line 37.
Can you help me understand the issues i am having during the test?
Thanks and regards,
Thomas
On Mar 30, 5:43 pm, Kazuho Oku <
kazuho...@gmail.com> wrote:
> Hi,
>
> Sorry Q4M does not support MySQL 5.5 for now. Please use MySQL 5.1
> (and if you are going to use the binary version of Q4M please use
> mysqld with the same bugfix version number (xx of 5.1.xx) as the
> tar.gz filename of q4m).
>
> 2011/3/27 ThomasTL <
thomas.tar...@gmail.com>: