Re: Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6

2012-12-12 Thread Jens Rehsack
On 01.12.12 23:14, Tim Bunce wrote: On Thu, Nov 29, 2012 at 10:15:19PM +0100, Jens Rehsack wrote: But back to the issue - now it seems dbm_tables is fetched earlier in some cases than f_dir which causes an invocation of DBI::DBD::SqlEngine::Table::get_table_meta (including DBI::DBD::SqlEngine::

Re: Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6

2012-12-01 Thread Tim Bunce
On Thu, Nov 29, 2012 at 10:15:19PM +0100, Jens Rehsack wrote: > > But back to the issue - now it seems dbm_tables is fetched earlier > in some cases than f_dir which causes an invocation of > DBI::DBD::SqlEngine::Table::get_table_meta (including > DBI::DBD::SqlEngine::Table::bootstrap_table_meta)

Re: Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6

2012-11-29 Thread Steffen Winkler
Hi Jens, forgot my comment. After sending I realised that the problem is not initialization, it is fetch from hash. I thourght that is a new 5.17 feature, no that is the normal on that keys are unsorted. --Steffen

Re: Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6

2012-11-29 Thread Steffen Winkler
Hi Jens, What about if you write some list brackets? The list is sorted. Or is that () optimized during compilation. { ( f_dir => $dir, sql_identifier_case => 2, # SQL_IC_LOWER dbm_tables => { fred => $tbl_info }, ) } --Steffen

Fwd: [rt.cpan.org #81516] Test failures due to hash randomisation in perl 5.17.6

2012-11-29 Thread Jens Rehsack
Hi all, I digged a bit deeper (because I didn't think Andreas J. König is a complete moron), and discovered that 1 of 4 "make test" fails. Thinking a bit before answering could had helped showing that I'm neither a moron - but failed to do that. Sorry ;) Okay - figured out what happens: Test #12