diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-26 10:33:37 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-26 10:35:03 +0100 |
commit | 9b6538aa8dbac7ac310487a14d031dce1191921b (patch) | |
tree | b6e44117622df654b17bf5aa32a60199b81fb18b /tests | |
parent | 843a0f1a230de29258c421ae68ebf16fb8142cef (diff) | |
download | coreutils-9b6538aa8dbac7ac310487a14d031dce1191921b.tar.xz |
tests: mark the rm/ext3-perf test as "very" expensive
* tests/rm/ext3-perf: Relegate this test to the very_expensive
category, since it is failing too often for me, when run in
parallel (-j4) with other disk-hammering tests. This test fails
when it takes too long, so the fact that it fails under pressure
is an inconvenience more than a real problem.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/ext3-perf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/ext3-perf b/tests/rm/ext3-perf index 3b7e259b7..ad97e1708 100755 --- a/tests/rm/ext3-perf +++ b/tests/rm/ext3-perf @@ -23,7 +23,7 @@ fi . $srcdir/test-lib.sh -expensive_ +very_expensive_ # Using rm -rf to remove a 400k-entry directory takes: # - 9 seconds with the patch, on a 2-yr-old system |