Subject: | Random t/unique.t failures (0.2.2) |
On some of my smoker systems t/unique.t fails. The test log starts like this:
...
# Failed test 'result 926913649 not seen previously'
# at t/lib/Private/Test/Module/Runnable/unique.pm line 104.
# got: '0'
# expected: ''
# Looks like you failed 1 test of 5.
# Failed test 'trial iteration 1/500'
# at t/lib/Private/Test/Module/Runnable/unique.pm line 126.
# Failed test 'result 163078812 not seen previously'
# at t/lib/Private/Test/Module/Runnable/unique.pm line 104.
# got: '0'
# expected: ''
# Looks like you failed 1 test of 5.
...
Statistical analysis suggests that this happens for some List::MoreUtils versions. I don't see failures if 0.423 or newer is installed, so maybe this should be used as a minimum prereq version.