Skip Menu |

This queue is for tickets about the File-Stat-Trigger CPAN distribution.

Report information
The Basics
Id: 122906
Status: new
Priority: 0/
Queue: File-Stat-Trigger

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

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



Subject: t/01call.t fails if build dir is mounted with noatime
On some of my linux smoker systems I see the following failure: ... # Failed test 'Not Call atime_trigger' # at t/01call.t line 36. # got: '0' # expected: '1' # Looks like you failed 1 test of 25. t/01call.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests ... This seems to happen if the build directory was mounted with the noatime flag. Probably the test script should detect that this is the case and skip the atime check.