Skip Menu |

This queue is for tickets about the MVC-Neaf CPAN distribution.

Report information
The Basics
Id: 118523
Status: resolved
Priority: 0/
Queue: MVC-Neaf

People
Owner: khedin [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: 0.1101



Subject: System perl used in tests (?)
On my smoker systems the t/plackup-integration.t test fails: open3: exec of plackup --listen :39763 -I/tmpfs/.cpan-build-cpansand/2016102606/MVC-Neaf-0.11-0/lib /tmpfs/.cpan-build-cpansand/2016102606/MVC-Neaf-0.11-0/example/01-request.pl failed: No such file or directory at t/plackup-integration.t line 50. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/plackup-integration.t .. Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed I think the problem is that the currently tested perl is not in $PATH, so plackup is also not in path. It could help if you prepend $Config{scriptdir} to $ENV{PATH}.
Thanks for pointing out! I've already moved integration test out of t/ as it is not a unit test in the strict sense anyway. It's just not on CPAN yet.
On Fri Oct 28 04:27:17 2016, Dallaylaen wrote: Show quoted text
> Thanks for pointing out! > > I've already moved integration test out of t/ as it is not a unit test > in the strict sense anyway. It's just not on CPAN yet.
I've uploaded 0.1101, waiting for cpantesters to come up so that I can check whether it's fixed now.
On 2016-10-29 07:46:14, Dallaylaen wrote: Show quoted text
> On Fri Oct 28 04:27:17 2016, Dallaylaen wrote:
> > Thanks for pointing out! > > > > I've already moved integration test out of t/ as it is not a unit > > test > > in the strict sense anyway. It's just not on CPAN yet.
> > I've uploaded 0.1101, waiting for cpantesters to come up so that I can > check whether it's fixed now.
This particular problem seems to be fixed now, no fail reports on my smoker systems because of this (there's another problem, but this will be another ticket). Marking as resolved.