"rabbitmq.variables" test is failing.

Bug #919277 reported by Harsh vardhan verma
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Drizzle
In Progress
Medium
Patrick Crews

Bug Description

The drizzle server is not able to start, and gives the following error, even after re-installing everything twice..

[1] 21795
harsh@ubuntu:~/builds/drizzle$ Plugin module
/usr/local/lib/drizzle7/libascii_plugin.so was compiled for version
20111129, which does not match the current running version of Drizzle:
20120130.
Couldn't load plugin library named 'ascii'.

Aborting:"Failed to initialize plugins". Abort was called from
drizzled/drizzled.cc:1341 in init_variables_after_daemonizing()

The make test is generating the following error report..

drizzle-test-run in default mode: *** Failing the test(s): rabbitmq.variables
drizzle-test-run: *** ERROR: there were failing test cases
make[3]: *** [test-drizzle] Error 1
make[3]: Leaving directory `/home/harsh/repos/drizzle/trunk'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/harsh/repos/drizzle/trunk'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/harsh/repos/drizzle/trunk'
make: *** [check] Error 2

Revision history for this message
Patrick Crews (patrick-crews) wrote :

I do not think these two things are related.
1) The server's ability to start is not tied to passing 'make test'. Not passing 'make test' indicates that you likely don't have a server that is operating as it should, but it would still be able to start (depending on what/ how things failed). rabbitmq isn't critical to having an operating drizzle server.

2) The output you should pay attention to is here:
Plugin module
/usr/local/lib/drizzle7/libascii_plugin.so was compiled for version
20111129, which does not match the current running version of Drizzle:
20120130.
Couldn't load plugin library named 'ascii'.

Aborting:"Failed to initialize plugins". Abort was called from
drizzled/drizzled.cc:1341 in init_variables_after_daemonizing()

The problem is that the libascii plugin is for the previous release, though I do not know how this could have happened.

How did you build / install? Did you use the bzr source trees (it appears that way)?

Changed in drizzle:
status: New → Opinion
status: Opinion → New
Revision history for this message
Harsh vardhan verma (harshvardhan1991) wrote :
Revision history for this message
Harsh vardhan verma (harshvardhan1991) wrote :

one of the problem fixed,, i manually updated the libascii files,, drizzle server has started working again,, but rabbitmq test is still failing.

Revision history for this message
Henrik Ingo (hingo) wrote :

Patrick: I've seen the rabbitmq failure too when building rpms. I didn't file a bug as I didn't know if it was something in the rpm script, but here it happens standalone. It seems to me a rabbitmq test is run even when rabbitmq isn't configured to build.

The libascii thing is of course completely unrelated.

Revision history for this message
Stewart Smith (stewart) wrote : Re: [Bug 919277] Re: The drizzle server is not able to start as "rabbitmq.variables" test is failing.

On Fri, 20 Jan 2012 21:13:26 -0000, Henrik Ingo <email address hidden> wrote:
> Patrick: I've seen the rabbitmq failure too when building rpms. I didn't
> file a bug as I didn't know if it was something in the rpm script, but
> here it happens standalone. It seems to me a rabbitmq test is run even
> when rabbitmq isn't configured to build.
>
> The libascii thing is of course completely unrelated.

I have seen rabbitmq failures where (for example) the dev headers were
installed but no rabbitmq server.

--
Stewart Smith

Revision history for this message
Henrik Ingo (hingo) wrote : Re: The drizzle server is not able to start as "rabbitmq.variables" test is failing.

Just confirming that rabbitmq.variables fails for me on a simple "make test".

henrik

Revision history for this message
Patrick Crews (patrick-crews) wrote :

Altered the bug description to accurately reflect the problem. Also seeing this issue.

Changed in drizzle:
status: New → Confirmed
summary: - The drizzle server is not able to start as "rabbitmq.variables" test is
- failing.
+ "rabbitmq.variables" test is failing.
Revision history for this message
Patrick Crews (patrick-crews) wrote :

This is failing if we don't have rabbitmq server installed.
Will see what we can do to ensure that we properly skip the test if we don't have what we need.

Changed in drizzle:
assignee: nobody → Patrick Crews (patrick-crews)
status: Confirmed → In Progress
Changed in drizzle:
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.