Skip Menu |

This queue is for tickets about the YATT-Lite CPAN distribution.

Report information
The Basics
Id: 106776
Status: resolved
Priority: 0/
Queue: YATT-Lite

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.100_001



Subject: Test failure (caused by SQLite?)
The t/dbschema.t test fails with most (but not all) perl versions on my smokers. I was not able to find a pattern for the fails. ... DBD::SQLite::db do failed: Safety level may not be changed inside a transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100-RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 22. t/dbschema.t ......... Dubious, test returned 2 (wstat 512, 0x200) All 22 subtests passed ...
Hi. Thank you for telling me about this problem! I guess sqlite became stricter than before. Ok, I will fix this. Thank you! On 2015-8月-31 月 02:08:39, SREZIC wrote: Show quoted text
> The t/dbschema.t test fails with most (but not all) perl versions on > my smokers. I was not able to find a pattern for the fails. > > ... > DBD::SQLite::db do failed: Safety level may not be changed inside a > transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100- > RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 2 just after 22. > t/dbschema.t ......... > Dubious, test returned 2 (wstat 512, 0x200) > All 22 subtests passed > ...
Yes, looks better now. No failures anymore for Unix-like OS: http://fast-matrix.cpantesters.org/?dist=YATT-Lite%200.100_001 On 2015-08-30 23:11:53, HKOBA wrote: Show quoted text
> Hi. > > Thank you for telling me about this problem! > I guess sqlite became stricter than before. > Ok, I will fix this. Thank you! > > > On 2015-8月-31 月 02:08:39, SREZIC wrote:
> > The t/dbschema.t test fails with most (but not all) perl versions on > > my smokers. I was not able to find a pattern for the fails. > > > > ... > > DBD::SQLite::db do failed: Safety level may not be changed inside a > > transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100- > > RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. > > # Tests were run but no plan was declared and done_testing() was not > > seen. > > # Looks like your test exited with 2 just after 22. > > t/dbschema.t ......... > > Dubious, test returned 2 (wstat 512, 0x200) > > All 22 subtests passed > > ...
> >
On 2015-09-04 13:10:50, SREZIC wrote: Show quoted text
> Yes, looks better now. No failures anymore for Unix-like OS: > http://fast-matrix.cpantesters.org/?dist=YATT-Lite%200.100_001 > > On 2015-08-30 23:11:53, HKOBA wrote:
> > Hi. > > > > Thank you for telling me about this problem! > > I guess sqlite became stricter than before. > > Ok, I will fix this. Thank you! > > > > > > On 2015-8月-31 月 02:08:39, SREZIC wrote:
> > > The t/dbschema.t test fails with most (but not all) perl versions > > > on > > > my smokers. I was not able to find a pattern for the fails. > > > > > > ... > > > DBD::SQLite::db do failed: Safety level may not be changed inside a > > > transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100- > > > RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. > > > # Tests were run but no plan was declared and done_testing() was > > > not > > > seen. > > > # Looks like your test exited with 2 just after 22. > > > t/dbschema.t ......... > > > Dubious, test returned 2 (wstat 512, 0x200) > > > All 22 subtests passed > > > ...
> > > >
Maybe create a new release? This: http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_003 looks better than this: http://matrix.cpantesters.org/?dist=YATT-Lite%200.100
Ah, thank you for telling me about it. Ok, I will ship 0.100_003 as 0.101 soon. (Actually, It is not straightforward with respect to git(github) branch management since I have made more changes after 0.100_003 for YATT::Lite on the dev branch on github. But anyway, I think keeping CPAN test-matrix clean is important than git(github) branch management.) On 2016-5月-24 火 04:36:21, SREZIC wrote: Show quoted text
> On 2015-09-04 13:10:50, SREZIC wrote:
> > Yes, looks better now. No failures anymore for Unix-like OS: > > http://fast-matrix.cpantesters.org/?dist=YATT-Lite%200.100_001 > > > > On 2015-08-30 23:11:53, HKOBA wrote:
> > > Hi. > > > > > > Thank you for telling me about this problem! > > > I guess sqlite became stricter than before. > > > Ok, I will fix this. Thank you! > > > > > > > > > On 2015-8月-31 月 02:08:39, SREZIC wrote:
> > > > The t/dbschema.t test fails with most (but not all) perl versions > > > > on > > > > my smokers. I was not able to find a pattern for the fails. > > > > > > > > ... > > > > DBD::SQLite::db do failed: Safety level may not be changed inside a > > > > transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100- > > > > RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. > > > > # Tests were run but no plan was declared and done_testing() was > > > > not > > > > seen. > > > > # Looks like your test exited with 2 just after 22. > > > > t/dbschema.t ......... > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > All 22 subtests passed > > > > ...
> > > > > >
> > Maybe create a new release? This: > http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_003 > looks better than this: > http://matrix.cpantesters.org/?dist=YATT-Lite%200.100
The new version looks good: http://matrix.cpantesters.org/?dist=YATT-Lite+0.101 Resolving. On 2016-05-23 20:30:41, HKOBA wrote: Show quoted text
> Ah, thank you for telling me about it. > > Ok, I will ship 0.100_003 as 0.101 soon. > > (Actually, It is not straightforward with respect to git(github) > branch management since I have made more changes after 0.100_003 for > YATT::Lite on the dev branch on github. But anyway, I think keeping > CPAN test-matrix clean is important than git(github) branch > management.) > > On 2016-5月-24 火 04:36:21, SREZIC wrote:
> > On 2015-09-04 13:10:50, SREZIC wrote:
> > > Yes, looks better now. No failures anymore for Unix-like OS: > > > http://fast-matrix.cpantesters.org/?dist=YATT-Lite%200.100_001 > > > > > > On 2015-08-30 23:11:53, HKOBA wrote:
> > > > Hi. > > > > > > > > Thank you for telling me about this problem! > > > > I guess sqlite became stricter than before. > > > > Ok, I will fix this. Thank you! > > > > > > > > > > > > On 2015-8月-31 月 02:08:39, SREZIC wrote:
> > > > > The t/dbschema.t test fails with most (but not all) perl > > > > > versions > > > > > on > > > > > my smokers. I was not able to find a pattern for the fails. > > > > > > > > > > ... > > > > > DBD::SQLite::db do failed: Safety level may not be changed > > > > > inside a > > > > > transaction at /tmpfs/.cpan-build/2015083015/YATT-Lite-0.100- > > > > > RpiNza/t/../blib/lib/YATT/Lite/WebMVC0/DBSchema.pm line 385. > > > > > # Tests were run but no plan was declared and done_testing() > > > > > was > > > > > not > > > > > seen. > > > > > # Looks like your test exited with 2 just after 22. > > > > > t/dbschema.t ......... > > > > > Dubious, test returned 2 (wstat 512, 0x200) > > > > > All 22 subtests passed > > > > > ...
> > > > > > > >
> > > > Maybe create a new release? This: > > http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_003 > > looks better than this: > > http://matrix.cpantesters.org/?dist=YATT-Lite%200.100