Dave Chinner
97540f14f7
xfstests: 310 fails with existing directory error
...
Test 310 fails with:
mkdir: cannot create directory `/mnt/test/tmp': File exists
$TEST_DIR is persistent, so test directories need to be created with
"mkdir -p" so they don't fail if the directory already exists.
Many other things need fixing, too.
- Tests should define directories they use on $TEST_DIR by
their sequence number, not generic names.
- Use a variable for the directory the test runs in
($SEQ_DIR, in this case) to avoid having to manually code
it everywhere.
- New binaries need to be added to .gitignore.
- Return status for shell functions is 0 for success,
non-zero for failure.
- Setting status=0 if there is no failure in the first test
means that even if the second test fails, the test will
still pass. Change the test to use "_fatal" when a kernel
bug is detected, and only set status=0 when the entire
test has finished.
- reduce the default runtime by to roughly a minute and
scale it with the stress load factor variables. In most
cases, this test is never going to hit problems (as
they've already been fixed) so running it for ~4 minutes
is mostly a waste of time...
Signed-off-by: Dave Chinner <dchinner@redhat.com >
Reviewed-by: Rich Johnston <rjohnston@sgi.com >
Signed-off-by: Rich Johnston <rjohnston@sgi.com >
2013-05-03 09:22:12 -05:00
..
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-04-04 06:55:21 -05:00
2013-03-26 11:43:49 -05:00
2013-03-26 21:44:05 -05:00
2013-03-26 11:43:49 -05:00
2013-04-05 08:26:47 -05:00
2013-04-05 08:26:47 -05:00
2013-04-10 07:04:27 -05:00
2013-04-05 08:26:47 -05:00
2013-04-05 08:26:47 -05:00
2013-04-05 08:26:47 -05:00
2013-05-03 09:22:12 -05:00
2013-04-05 12:25:29 -05:00
2013-04-05 12:25:29 -05:00
2013-04-12 13:17:46 -05:00