Skip to content
Snippets Groups Projects
Commit f70a6f55 authored by Oleg Drokin's avatar Oleg Drokin
Browse files

Whoops, just added test for #2319 was a bit flawed and failed for no good reason

parent 0bf18a06
No related branches found
No related tags found
No related merge requests found
...@@ -1617,8 +1617,9 @@ test_63() { ...@@ -1617,8 +1617,9 @@ test_63() {
done done
for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do
echo $[ 60 * 1025 *1024 ] > $i echo $[ 64 ] > $i
done done
true
} }
run_test 63 "Verify osic_wait interruption does not crash" run_test 63 "Verify osic_wait interruption does not crash"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment