CC: | contyk [...] cpan.org |
Subject: | 02-modified.t intermittent test failure |
About 6% of the time, the last test in 02-modified.t fails.
---
is_deeply( \@fl, ['yesterday'], "modified_before lastday (DateTime::Duration)" )
or diag( explain( \@fl ) );
---
The failure is:
# Failed test 'modified_before lastday (DateTime::Duration)'
# at t/02-modified.t line 167.
# Structures begin differing at:
# $got->[1] = 'lastday'
# $expected->[1] = Does not exist
# [
# 'yesterday',
# 'lastday'
# ]
# Looks like you failed 1 test of 24.
t/02-modified.t ..
See, for instance, https://apps.fedoraproject.org/koschei/package/perl-File-Find-Rule-Age
I have seen this failure---at about the same frequency---in several Fedora releases, so it seems it is the specific test step and not directly related to some specific dependency revision.