Re: tests: report if a test is taking a long time
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-08-30 06:07:39
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-08-30 06:07:39
On Fri, Aug 25, 2017 at 11:19:48PM -0600, Andreas Dilger wrote:
Print out a message if a test takes longer than 60s, with a reminder to potentially add is_slow_test to that test, so that it is easier to find which tests are taking a long time, especially if running with "make -j check" or similar. Add an exclusion for r_expand_full on MacOS since HFS+ does not support sparse devices and doesn't like large test images. Signed-off-by: Andreas Dilger <redacted>
Thanks, applied. - Ted