Skip Menu |

This queue is for tickets about the Data-JSONSchema-Ajv CPAN distribution.

Report information
The Basics
Id: 121145
Status: new
Priority: 0/
Queue: Data-JSONSchema-Ajv

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

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: Test suite started to fail
On my smoker systems I observe the following failure: ... # Failed test 'valid definition - valid definition schema - and died!!' # at t/090_acceptance.t line 28. # #148 # Test file "definitions.json" # Test schema - valid definition # Test data - valid definition schema # Error: can't resolve reference http://json-schema.org/draft-04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data-JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. # # Failed test 'invalid definition - invalid definition schema - and died!!' # at t/090_acceptance.t line 28. # #149 # Test file "definitions.json" # Test schema - invalid definition # Test data - invalid definition schema # Error: can't resolve reference http://json-schema.org/draft-04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data-JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. # # Looks like you failed 2 tests of 263. t/090_acceptance.t ....... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/263 subtests ... Looking at http://fast-matrix.cpantesters.org/?dist=Data-JSONSchema-Ajv;reports=1#sl=7,1 it seems that there are no pass reports for some weeks. Statistical analysis suggests that the failure could be caused by newer JavaScript::Duktape versions: **************************************************************** Regression 'mod:JavaScript::Duktape' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 78500362081946176.00 [1='eq_2.1.2'] -1.0000 0.0000 -11834374860584442.00 [2='eq_2.1.3'] -1.0000 0.0000 -48753356641789976.00 R^2= 1.000, N= 71, K= 3 **************************************************************** Or it's just an unexpected change on the fetched web resource.
RT-Send-CC: MAMOD [...] cpan.org
On 2017-04-15 06:03:24, SREZIC wrote: Show quoted text
> On my smoker systems I observe the following failure: > > ... > # Failed test 'valid definition - valid definition schema - and > died!!' > # at t/090_acceptance.t line 28. > # #148 > # Test file "definitions.json" > # Test schema - valid definition > # Test data - valid definition schema > # Error: can't resolve reference http://json-schema.org/draft- > 04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data- > JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. > # > > # Failed test 'invalid definition - invalid definition schema - and > died!!' > # at t/090_acceptance.t line 28. > # #149 > # Test file "definitions.json" > # Test schema - invalid definition > # Test data - invalid definition schema > # Error: can't resolve reference http://json-schema.org/draft- > 04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data- > JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. > # > # Looks like you failed 2 tests of 263. > t/090_acceptance.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/263 subtests > ... > > Looking at http://fast-matrix.cpantesters.org/?dist=Data-JSONSchema- > Ajv;reports=1#sl=7,1 it seems that there are no pass reports for some > weeks. Statistical analysis suggests that the failure could be caused > by newer JavaScript::Duktape versions: > > **************************************************************** > Regression 'mod:JavaScript::Duktape' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 78500362081946176.00 > [1='eq_2.1.2'] -1.0000 0.0000 -11834374860584442.00 > [2='eq_2.1.3'] -1.0000 0.0000 -48753356641789976.00 > > R^2= 1.000, N= 71, K= 3 > **************************************************************** > > Or it's just an unexpected change on the fetched web resource.
I checked further --- it seems to be really an issue with JavaScript::Duktape >= 2.1.2. CC'ing Mahmoud.
RT-Send-CC: MAMOD [...] cpan.org
On 2017-04-15 06:18:20, SREZIC wrote: Show quoted text
> On 2017-04-15 06:03:24, SREZIC wrote:
> > On my smoker systems I observe the following failure: > > > > ... > > # Failed test 'valid definition - valid definition schema - and > > died!!' > > # at t/090_acceptance.t line 28. > > # #148 > > # Test file "definitions.json" > > # Test schema - valid definition > > # Test data - valid definition schema > > # Error: can't resolve reference http://json-schema.org/draft- > > 04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data- > > JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. > > # > > > > # Failed test 'invalid definition - invalid definition schema - and > > died!!' > > # at t/090_acceptance.t line 28. > > # #149 > > # Test file "definitions.json" > > # Test schema - invalid definition > > # Test data - invalid definition schema > > # Error: can't resolve reference http://json-schema.org/draft- > > 04/schema# from id # at /home/cpansand/.cpan/build/2017041509/Data- > > JSONSchema-Ajv-0.02-4aagj6/blib/lib/Data/JSONSchema/Ajv.pm line 220. > > # > > # Looks like you failed 2 tests of 263. > > t/090_acceptance.t ....... > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/263 subtests > > ... > > > > Looking at http://fast-matrix.cpantesters.org/?dist=Data-JSONSchema- > > Ajv;reports=1#sl=7,1 it seems that there are no pass reports for some > > weeks. Statistical analysis suggests that the failure could be caused > > by newer JavaScript::Duktape versions: > > > > **************************************************************** > > Regression 'mod:JavaScript::Duktape' > > **************************************************************** > > Name Theta StdErr T-stat > > [0='const'] 1.0000 0.0000 78500362081946176.00 > > [1='eq_2.1.2'] -1.0000 0.0000 -11834374860584442.00 > > [2='eq_2.1.3'] -1.0000 0.0000 -48753356641789976.00 > > > > R^2= 1.000, N= 71, K= 3 > > **************************************************************** > > > > Or it's just an unexpected change on the fetched web resource.
> > I checked further --- it seems to be really an issue with > JavaScript::Duktape >= 2.1.2. > CC'ing Mahmoud.
Updated analysis: **************************************************************** Regression 'mod:JavaScript::Duktape' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 38802122702713760.00 [1='eq_2.1.1'] -1.0000 0.0000 -5721060874250460.00 [2='eq_2.1.2'] -1.0000 0.0000 -5721060874250456.00 [3='eq_2.1.3'] -1.0000 0.0000 -30100292737246844.00 [4='eq_2.2.0'] -1.0000 0.0000 -13309018288082866.00 [5='eq_2.2.1'] -1.0000 0.0000 -24781610996794548.00 R^2= 1.000, N= 152, K= 6 **************************************************************** So it fails also with 2.1.1.