Subject: | Test failures (hash randomization?) |
The test suite fails on almost all of my smoker systems. The test log output is quite long because of warnings and usually truncated on CPAN Testers (see http://www.cpantesters.org/cpan/report/8926edfe-52c6-11e9-ab3e-5b43707c0951 for a sample report).
The actual failure seems to be:
...
t/result.t ............ ok
Name "main::STORED_TALE" used only once: possible typo at t/store_read.t line 32.
# Failed test 'Read stored table has the same as_string representantion as the original (ARRAY(0x5637bc4f9018)xARRAY(0x5637bc5486f8) table)'
# at t/store_read.t line 37.
# got: '\t Col 0\t Col 1\t Col 2\t Col 3\t Col 4\t Col 5\t Col 6\t Col 7\t Col 8\t Col 9\t Col 10\t Col 11\t Col 12\t Col 13\t Col 14\t Col 15\t Col 16\t Col 17\t Col 18\t Col 19\t Col 20\t Col 21\t Col 22\t Col 23\t Col 24\t Col 25\t Col 26\t Col 27\t Col 28\t Col 29\t Col 30\t Col 31\t Col 32\t Col 33\t Col 34\t Col 35\t Col 36\t Col 37\t Col 38\t Col 39\t Col 40\t Col 41\t Col 42\t Col 43\t Col 44\t Col 45\t Col 46\t Col 47\t Col 48\t Col 49\t Sum\n
... (more rows following) ...
For perls < 5.18 I don't see any fail reports, so maybe the cause here is hash randomization introduced in newer perls?