Skip Menu |

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

Report information
The Basics
Id: 123331
Status: new
Priority: 0/
Queue: Data-Serializer

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

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



Subject: Fails t/09-Feature-Combos.t w/ Crypt::CBC/Blowfish installed ( Ciphertext does not begin with a valid header for 'salt' header mode )
t/06-B64-Encoding.t ........... ok                                      
t/05-Encryption.t ............. ok                                      
t/07-01-MD5-Digest.t .......... ok                                      
t/07-03-SHA-256-Digest.t ...... ok                                      
t/07-02-SHA1-Digest.t ......... ok                                      
Show quoted text
===(    1551;2  0/?    1/973 )==========================================Ciphertext does not begin with a valid header for 'salt' header mode at /var/tmp/portage/dev-perl/Data-Serializer-0.600.0-r1/work/Data-Serializer-0.60/blib/lib/Data/Serializer.pm line 304.
t/09-Feature-Combos.t ......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 955/973 subtests
t/08-Store-Retrieve.t ......... ok       

Test Summary Report
-------------------
t/09-Feature-Combos.t       (Wstat: 512 Tests: 18 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 973 tests but ran 18.
Files=28, Tests=2124,  2 wallclock secs ( 0.25 usr  0.06 sys +  4.71 cusr  1.00 csys =  6.02 CPU)
Result: FAIL



-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )

Turns out this error *only* happens when you have

HARNESS_OPTIONS="j3"

In your environment.

Which indicates some sort of race condition or state-sharing between tests.

-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )