Skip Menu |

This queue is for tickets about the MariaDB-NonBlocking CPAN distribution.

Report information
The Basics
Id: 123474
Status: open
Priority: 0/
Queue: MariaDB-NonBlocking

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.13
  • 0.14
Fixed in: (no value)



Subject: Undeclared dependency AnyEvent
Tests fail if AnyEvent is not installed: ... Can't locate AnyEvent.pm in @INC (you may need to install the AnyEvent module) (@INC contains: /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking-0.13-0/blib/lib /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking-0.13-0/blib/arch /opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/site_perl/5.26.1 /opt/perl-5.26.1/lib/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/5.26.1 .) at t/01-connect-event.t line 8. BEGIN failed--compilation aborted at t/01-connect-event.t line 8. t/01-connect-event.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
Subject: Re: [rt.cpan.org #123474] Undeclared dependency AnyEvent
Date: Wed, 1 Nov 2017 11:18:49 +0100
To: bug-MariaDB-NonBlocking [...] rt.cpan.org
From: Brian Fraser <fraserbn [...] gmail.com>
Aha, indeed, several/most tests assume that AnyEvent is around. Will patch them to skip unless AnyEvent is available, & add some non-AnyEvent tests for good measure too. Thank you! On 1 November 2017 at 07:38, Slaven_Rezic via RT <bug-MariaDB-NonBlocking@rt.cpan.org> wrote: Show quoted text
> Wed Nov 01 02:38:09 2017: Request 123474 was acted upon. > Transaction: Ticket created by SREZIC > Queue: MariaDB-NonBlocking > Subject: Undeclared dependency AnyEvent > Broken in: 0.13 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123474 > > > > Tests fail if AnyEvent is not installed: > > ... > Can't locate AnyEvent.pm in @INC (you may need to install the AnyEvent module) (@INC contains: /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking-0.13-0/blib/lib /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking-0.13-0/blib/arch /opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/site_perl/5.26.1 /opt/perl-5.26.1/lib/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/5.26.1 .) at t/01-connect-event.t line 8. > BEGIN failed--compilation aborted at t/01-connect-event.t line 8. > t/01-connect-event.t ......... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ... >
Also undeclared: Promises.pm. ... Can't locate Promises.pm in @INC (you may need to install the Promises module) (@INC contains: /home/cpansand/.cpan/build/2017112818/MariaDB-NonBlocking-0.14-1/blib/lib /home/cpansand/.cpan/build/2017112818/MariaDB-NonBlocking-0.14-1/blib/arch /opt/perl-5.27.5t/lib/site_perl/5.27.5/x86_64-linux-thread-multi /opt/perl-5.27.5t/lib/site_perl/5.27.5 /opt/perl-5.27.5t/lib/5.27.5/x86_64-linux-thread-multi /opt/perl-5.27.5t/lib/5.27.5 .) at t/01-connect-promise.t line 9. BEGIN failed--compilation aborted at t/01-connect-promise.t line 9. t/01-connect-promise.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... On 2017-11-01 06:18:58, Hugmeir wrote: Show quoted text
> Aha, indeed, several/most tests assume that AnyEvent is around. Will > patch them to skip unless AnyEvent is available, & add some > non-AnyEvent tests for good measure too. Thank you! > > > > On 1 November 2017 at 07:38, Slaven_Rezic via RT > <bug-MariaDB-NonBlocking@rt.cpan.org> wrote:
> > Wed Nov 01 02:38:09 2017: Request 123474 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: MariaDB-NonBlocking > > Subject: Undeclared dependency AnyEvent > > Broken in: 0.13 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123474 > > > > > > > Tests fail if AnyEvent is not installed: > > > > ... > > Can't locate AnyEvent.pm in @INC (you may need to install the > > AnyEvent module) (@INC contains: > > /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking-0.13- > > 0/blib/lib /home/cpansand/.cpan/build/2017110106/MariaDB-NonBlocking- > > 0.13-0/blib/arch /opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux > > /opt/perl-5.26.1/lib/site_perl/5.26.1 /opt/perl- > > 5.26.1/lib/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/5.26.1 .) at > > t/01-connect-event.t line 8. > > BEGIN failed--compilation aborted at t/01-connect-event.t line 8. > > t/01-connect-event.t ......... > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run > > ... > >