kernel-tests master: Don't run direct IO test yet (d692374)

jwboyer at fedoraproject.org jwboyer at fedoraproject.org
Fri May 31 15:08:33 UTC 2013


Repository : http://git.fedorahosted.org/cgit/kernel-tests.git

On branch  : master

>---------------------------------------------------------------

commit d69237416e3954175d86ee49d57193c724771a4d
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri May 31 11:07:44 2013 -0400

    Don't run direct IO test yet
    
    It does a blind mount of the loopback ext4 filesystem onto /tmp.  That's fine
    when doing a limited test run, but in a stress test with multiple things
    running, we probably don't want to do that.


>---------------------------------------------------------------

 stress/ltp/runtest.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stress/ltp/runtest.sh b/stress/ltp/runtest.sh
index 3582689..69ec03f 100755
--- a/stress/ltp/runtest.sh
+++ b/stress/ltp/runtest.sh
@@ -30,7 +30,7 @@ popd
 # kick some combination of them off in parallel and let them run for a specific
 # duration
 ./mmstress.sh
-./diostress.sh
+#./diostress.sh
 ./fsstress.sh
 # XXXXXX
 



More information about the kernel mailing list