Skip Menu |

This queue is for tickets about the Catalyst-Plugin-AutoCRUD CPAN distribution.

Report information
The Basics
Id: 98448
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-AutoCRUD

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

Bug Information
Severity: (no value)
Broken in:
  • 2.141940
  • 2.142820
  • 2.143070
  • 2.200000
  • 2.200001
Fixed in: (no value)



Subject: Test suite fails since 2014-08-10
It seems that there's no successful test report since 2014-08-10. See http://matrix.cpantesters.org/?dist=Catalyst-Plugin-AutoCRUD;reports=1#sl=7,1
And with 2.142820 no substantial improvement. Only one tester managed to deliver pass results. May I nominate https://metacpan.org/source/OLIVER/Catalyst-Plugin-AutoCRUD-2.142820/t/10-www.t#L4 as the most likely culprit? Feel free to introduce fatal warnings when the matrix has turned green. But turning any possible warning into a fail when there is no pass in sight makes sanity hard to achieve. Thanks&&HTH,
Hi, Many thanks, I've removed the FATAL nonsense and released version 2.143070 to CPAN. regards, oliver.
On 2014-11-03 16:14:52, OLIVER wrote: Show quoted text
> Hi, > > Many thanks, I've removed the FATAL nonsense and released version > 2.143070 to CPAN.
Unfortunately it does not seem to help, still 100% fail reports: http://matrix.cpantesters.org/?dist=Catalyst-Plugin-AutoCRUD%202.143070
From: martin.rusko [...] gmail.com
On Tue Nov 04 02:25:53 2014, SREZIC wrote: Show quoted text
> On 2014-11-03 16:14:52, OLIVER wrote:
> > Hi, > > > > Many thanks, I've removed the FATAL nonsense and released version > > 2.143070 to CPAN.
> > Unfortunately it does not seem to help, still 100% fail reports: > http://matrix.cpantesters.org/?dist=Catalyst-Plugin-AutoCRUD%202.143070
Is it possible, that the problem is in Catalyst/Plugin/AutoCRUD/View/TT.pm file at this line: if (!exists $c->{stash}->{current_view}) { I think it would work with: if (!exists $c->stash->{current_view}) { Could you try Oliver, please? Thanks and Regards, Martin
Hi Martin, Thanks for the suggestion. I've made the change, tests all pass on my system, so I released version 2.200002 to CPAN. Please let me know how you get on. regards, oliver. On Fri Feb 13 04:28:22 2015, martin.rusko@gmail.com wrote: Show quoted text
> On Tue Nov 04 02:25:53 2014, SREZIC wrote:
> > On 2014-11-03 16:14:52, OLIVER wrote:
> > > Hi, > > > > > > Many thanks, I've removed the FATAL nonsense and released version > > > 2.143070 to CPAN.
> > > > Unfortunately it does not seem to help, still 100% fail reports: > > http://matrix.cpantesters.org/?dist=Catalyst-Plugin- > > AutoCRUD%202.143070
> > Is it possible, that the problem is in > Catalyst/Plugin/AutoCRUD/View/TT.pm file at this line: > > if (!exists $c->{stash}->{current_view}) { > > I think it would work with: > > if (!exists $c->stash->{current_view}) { > > Could you try Oliver, please? > > Thanks and Regards, > Martin
-- regards, oliver.