On 07/09/2012 08:39 AM, Stewart Smith wrote:
Sriganesh Navaneethakrishnan <sriganesh1...@gmail.com> writes:
This was for the rabbitmq.variables
/home/sriganesh/repos/drizzle/drizzle-bug-SRIJIK/plugin/rabbitmq/admin.sh:
line 54: /usr/lib/rabbitmq/bin/rabbitmqctl: No such file or directory
/home/sriganesh/repos/drizzle/drizzle-bug-SRIJIK/plugin/rabbitmq/admin.sh:
line 48: /usr/lib/rabbitmq/bin/rabbitmq-server: No such file or directory
rabbitmq.variables [ fail ]
drizzletest: Could not open connection 'default' after 500 attempts: 21
drizzle_state_connect:could not connect
It looks like you may have the rabbitmq development libraries installed
but not rabbitmq itself. we probably have a bug in the autotools foo for
configure detecting that everything is there. Install rabbitmq and the
test should pass, otherwise you can disable building of the rabbitmq plugin.
++ There is another rabbitmq test that will fail in this way. We need
to have it so we can detect return codes from setup .sh scripts for such
test cases (would help us note such things), but autotools foo would
help too : )
json_server.basic [ fail ]
sh: 1: curl: not found
You will need to install curl to run the json_server test
suite. Arguably we should have a function for Drizzle that can perform
HTTP POST operations and use it instead of relying on curl.
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp