Skip Menu |

This queue is for tickets about the MARC-File-XML CPAN distribution.

Report information
The Basics
Id: 131495
Status: open
Priority: 0/
Queue: MARC-File-XML

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

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



Subject: t/external-entities.t started to fail (with newest XML::LibXML?)
The test suite started to fail on my smokers: ... # Failed test 'should have refused to parse MARCXML record containing external entitities, but did not' # at t/external-entities.t line 64. # Looks like you failed 1 test of 2. t/external-entities.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ... Statistical analysis suggests that the problem started with the latest XML::LibXML: **************************************************************** Regression 'mod:XML::LibXML' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0594 16.82 [1='eq_2.0116'] 0.0000 0.0767 0.00 [2='eq_2.0123'] 0.0000 0.1030 0.00 [3='eq_2.0124'] -0.0000 0.1030 -0.00 [4='eq_2.0127'] -0.0000 0.0767 -0.00 [5='eq_2.0128'] -0.0571 0.0611 -0.93 [6='eq_2.0129'] -0.0094 0.0600 -0.16 [7='eq_2.0131'] -0.0000 0.0728 -0.00 [8='eq_2.0132'] 0.0000 0.0599 0.00 [9='eq_2.0133'] 0.0000 0.0841 0.00 [10='eq_2.0134'] 0.0000 0.0628 0.00 [11='eq_2.0200'] -0.0000 0.0611 -0.00 [12='eq_2.0201'] 0.0000 0.0605 0.00 [13='eq_2.0202'] -1.0000 0.0639 -15.66 R^2= 0.813, N= 421, K= 14 **************************************************************** Maybe this change is relevant: https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5
On Thu Jan 16 16:01:44 2020, SREZIC wrote: Show quoted text
> The test suite started to fail on my smokers: > > ... > # Failed test 'should have refused to parse MARCXML record > containing external entitities, but did not' > # at t/external-entities.t line 64. > # Looks like you failed 1 test of 2. > t/external-entities.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > ...
I, too, observed this failure today in the course of testing the "CPAN River 3000" against perl-5.31.8. Show quoted text
> > Statistical analysis suggests that the problem started with the latest > XML::LibXML: > > **************************************************************** > Regression 'mod:XML::LibXML' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0594 16.82 > [1='eq_2.0116'] 0.0000 0.0767 0.00 > [2='eq_2.0123'] 0.0000 0.1030 0.00 > [3='eq_2.0124'] -0.0000 0.1030 -0.00 > [4='eq_2.0127'] -0.0000 0.0767 -0.00 > [5='eq_2.0128'] -0.0571 0.0611 -0.93 > [6='eq_2.0129'] -0.0094 0.0600 -0.16 > [7='eq_2.0131'] -0.0000 0.0728 -0.00 > [8='eq_2.0132'] 0.0000 0.0599 0.00 > [9='eq_2.0133'] 0.0000 0.0841 0.00 > [10='eq_2.0134'] 0.0000 0.0628 0.00 > [11='eq_2.0200'] -0.0000 0.0611 -0.00 > [12='eq_2.0201'] 0.0000 0.0605 0.00 > [13='eq_2.0202'] -1.0000 0.0639 -15.66 > > R^2= 0.813, N= 421, K= 14 > **************************************************************** > > > Maybe this change is relevant: > https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5
This causation is plausible, given that XML-LibXML had a new CPAN release during the past month. Thank you very much. Jim Keenan