Skip to content
Snippets Groups Projects
Commit 67519d59 authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch b1_8_gate

b=16002
i=wangdi

Add regression test for bug 13913.
parent 61c63722
No related branches found
No related tags found
No related merge requests found
......@@ -1331,6 +1331,16 @@ test_61c() {
}
run_test 61c "test race mds llog sync vs llog cleanup"
test_61d() { # bug 16002
#define OBD_FAIL_OBD_LLOG_SETUP 0x605
stop mds
do_facet mds "lctl set_param fail_loc=0x80000605"
start mds $MDSDEV $MDS_MOUNT_OPTS && error "mds start should have failed"
do_facet mds "lctl set_param fail_loc=0"
start mds $MDSDEV $MDS_MOUNT_OPTS || error "cannot restart mds"
}
run_test 61d "error in llog_setup should cleanup the llog context correctly"
test_62() { # Bug 15756 - don't mis-drop resent replay
mkdir -p $DIR/$tdir
replay_barrier mds
......
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