Whamcloud - gitweb
Whoops, just added test for #2319 was a bit flawed and failed for no good reason
authorgreen <green>
Sun, 14 Dec 2003 22:05:30 +0000 (22:05 +0000)
committergreen <green>
Sun, 14 Dec 2003 22:05:30 +0000 (22:05 +0000)
lustre/tests/sanity.sh

index ed059e0..5026f66 100644 (file)
@@ -1617,8 +1617,9 @@ test_63() {
        done
 
        for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do
-               echo $[ 60 * 1025 *1024 ] > $i
+               echo $[ 64 ] > $i
        done
+       true
 }
 run_test 63 "Verify osic_wait interruption does not crash"