Whamcloud - gitweb
LU-193 fix f_messy_inode failure due to ibadness
The EXT4_XTIME_ANCIENT (ctime > s_mkfs_time) check was failing on i686
due to s_mkfs_time being uninitialized on the f_messy_inode test image.
On i686 this caused an underflow due to the 24h error margin for the
timestamp comparison to compensate for time zone errors.
Add -d to e2fsck runtime options for the failing f_messy_inode test
so that it prints when the inode badness is incremented. The debug
test output was generated on an x86_64 system and should pass on all
architectures.
Print failed test output at the time of failure to simplify debugging
when running in an automated test harness.
Change-Id: I9142cfb83e53552b7ded5a4052eeccc5a7efb3d2