Skip Menu |

This queue is for tickets about the XML-LibXML-LazyBuilder CPAN distribution.

Report information
The Basics
Id: 81411
Status: resolved
Priority: 0/
Queue: XML-LibXML-LazyBuilder

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

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: (no value)



Subject: Test failures due to hash randomisation in perl 5.17.6
Since bleadperl v5.17.5-518-g7dc8663 tests are failing frequently. That commit introduced hash key randomization and it seems the test t/package.t got hit by that. Sample test report: http://www.cpantesters.org/cpan/report/28a22f92-318b-11e2-b79b-5dcea290f8f5 HTH && Thanks && Regards,
Subject: Re: [rt.cpan.org #81411] Test failures due to hash randomisation in perl 5.17.6
Date: Sun, 25 Nov 2012 11:42:41 +0900
To: bug-XML-LibXML-LazyBuilder [...] rt.cpan.org
From: Hisai Toru <toru [...] torus.jp>
Andreas, Thank you for letting me know! I'll fix the test with more stable way. Thanks, Toru On 2012/11/25, at 0:51, Andreas Koenig via RT wrote: Show quoted text
> Sat Nov 24 10:51:06 2012: Request 81411 was acted upon. > Transaction: Ticket created by ANDK > Queue: XML-LibXML-LazyBuilder > Subject: Test failures due to hash randomisation in perl 5.17.6 > Broken in: 0.06 > Severity: Important > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=81411 > > > > Since bleadperl v5.17.5-518-g7dc8663 tests are failing frequently. That > commit introduced hash key randomization and it seems the test > t/package.t got hit by that. > > Sample test report: > > http://www.cpantesters.org/cpan/report/28a22f92-318b-11e2-b79b-5dcea290f8f5 > > HTH && Thanks && Regards,
Now I use toStringC14N instead of toString to canonicalize the XML output. So this issue should be fixed. https://github.com/torus/XML-LibXML- LazyBuilder/commit/79f554cda5f528a663202df95e799937ebdef598 Thanks!