On 2016-09-05 16:09:00, SREZIC wrote:
Show quoted text> On 2015-06-15 08:56:07, SREZIC wrote:
> >
http://dev.rabbitmq.com/mgmt/ returns a "503 Service Temporarily
> > Unavailable" page for more than a month. This means that the
> > Net::RabbitMQ test suite is currently always failing, preventing an
> > installation from the CPAN shell unless "force" or "notest" is
> > specified. I don't know if this situation will stay forever like it
> > is
> > now, if the dev.rabbitmq.com admins should be notified, or if the
> > test
> > suite should be rewritten to not depend on dev.rabbitmq.com.
>
> Meanwhile even the address "dev.rabbitmq.com" does not resolve
> anymore. So it really looks like the dev server is permanently down.
Currently the only test passing is 012_timeout.t. So in an environment where automatic installation needs to happen, with running the minimum test suite, one can use the following distroprefs file for CPAN.pm:
---
match:
distribution: '/Net--RabbitMQ-0\.2\.8\.'
test:
commandline: 'make test TEST_FILES="t/012_timeout.t"'