Skip Menu |

This queue is for tickets about the Function-Parameters CPAN distribution.

Report information
The Basics
Id: 83871
Status: rejected
Priority: 0/
Queue: Function-Parameters

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

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



Subject: t/model/model.t has hash randomization failures.
PERL_HASH_SEED_DEBUG=1 prove -lvr t/model/model.t
HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xefbd64b6
t/model/model.t .. HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xa0ebcd65

not ok 3 - Has index twitter

Show quoted text
#   Failed test 'Has index twitter'
#   at t/model/model.t line 38.
#     Structures begin differing at:
#          $got->[0] = 'twitter_v1'
#     $expected->[0] = 'irc'

PERL_HASH_SEED_DEBUG=1 prove -lvr t/model/model.t
HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xbffe635e
t/model/model.t .. HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xef77839f

not ok 3 - Has index twitter

Show quoted text
#   Failed test 'Has index twitter'
#   at t/model/model.t line 38.
#     Structures begin differing at:
#          $got->[0] = 'twitter'
#     $expected->[0] = 'irc'

for i in $(seq 0 5); do PERL_HASH_SEED=0x1 prove -lsr t/model/model.t  2>/dev/null 1>/dev/null ; echo $?; done
1
1
1
1
1
1

for i in $(seq 0 5); do PERL_HASH_SEED=0x3 prove -lsr t/model/model.t  2>/dev/null 1>/dev/null ; echo $?; done
0
0
0
0
0
0

for i in $(seq 0 5); do PERL_HASH_SEED=0x5 prove -lsr t/model/model.t  2>/dev/null 1>/dev/null ; echo $?; done
1
1
1
1
1
1



Argh. Sorry. I mananged to hit the wrong Queue, fucking blame RT 's bullshit "Forget what the fuck page we were on when you log in".

I accidentally went "Back" one too many times and landed here instead without realising it.

 

Sorry for the noise.


On 2013-03-11 13:53:50, KENTNL wrote:
Show quoted text
> PERL_HASH_SEED_DEBUG=1 prove -lvr t/model/model.t
> HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xefbd64b6
> t/model/model.t .. HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xa0ebcd65
>
> not ok 3 - Has index twitter
>
> # Failed test 'Has index twitter'
> # at t/model/model.t line 38.
> # Structures begin differing at:
> # $got->[0] = 'twitter_v1'
> # $expected->[0] = 'irc'
>
> PERL_HASH_SEED_DEBUG=1 prove -lvr t/model/model.t
> HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xbffe635e
> t/model/model.t .. HASH_FUNCTION = ONE_AT_A_TIME HASH_SEED = 0xef77839f
>
> not ok 3 - Has index twitter
>
> # Failed test 'Has index twitter'
> # at t/model/model.t line 38.
> # Structures begin differing at:
> # $got->[0] = 'twitter'
> # $expected->[0] = 'irc'
>
> for i in $(seq 0 5); do PERL_HASH_SEED=0x1 prove -lsr t/model/model.t
> 2>/dev/null 1>/dev/null ; echo $?; done
> 1
> 1
> 1
> 1
> 1
> 1
>
> for i in $(seq 0 5); do PERL_HASH_SEED=0x3 prove -lsr t/model/model.t
> 2>/dev/null 1>/dev/null ; echo $?; done
> 0
> 0
> 0
> 0
> 0
> 0
>
> for i in $(seq 0 5); do PERL_HASH_SEED=0x5 prove -lsr t/model/model.t
> 2>/dev/null 1>/dev/null ; echo $?; done
> 1
> 1
> 1
> 1
> 1
> 1