Skip to content
Snippets Groups Projects
Commit 7915d7af authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch HEAD

b=17371
i=Johann Lombardi
testcase for 17371
parent 0542be86
No related branches found
No related tags found
No related merge requests found
......@@ -5748,6 +5748,19 @@ test_140() { #bug-17379
}
run_test 140 "Check reasonable stack depth (shouldn't LBUG) ===="
test_141() {
local ls
#define OBD_FAIL_MGC_PAUSE_PROCESS_LOG 0x903
$LCTL set_param fail_loc=0x903
# cancel_lru_locks mgc - does not work due to lctl set_param syntax
for ls in /proc/fs/lustre/ldlm/namespaces/MGC*/lru_size; do
echo "clear" > $ls
done
cleanup || error "failed to cleanup"
setup || error "failed to setup"
}
run_test 141 "umount should not race with any mgc requeue thread"
test_150() {
local TF="$TMP/$tfile"
......
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