Skip to content
Snippets Groups Projects
Commit d32801f7 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13652

i=nathan.rutman

ignore writemany rc for test_50, test_51
parent f65b5b9d
No related branches found
No related tags found
No related merge requests found
...@@ -684,7 +684,7 @@ test_50() { ...@@ -684,7 +684,7 @@ test_50() {
echo writemany returned $rc echo writemany returned $rc
#these may fail because of eviction due to slow AST response. #these may fail because of eviction due to slow AST response.
debugrestore debugrestore
return $rc [ $rc -eq 0 ] || error_ignore 13652 "writemany returned rc $rc" || true
} }
run_test 50 "failover MDS under load" run_test 50 "failover MDS under load"
...@@ -713,7 +713,7 @@ test_51() { ...@@ -713,7 +713,7 @@ test_51() {
wait $CLIENT_PID wait $CLIENT_PID
rc=$? rc=$?
echo writemany returned $rc echo writemany returned $rc
return $rc [ $rc -eq 0 ] || error_ignore 13652 "writemany returned rc $rc" || true
} }
run_test 51 "failover MDS during recovery" run_test 51 "failover MDS during recovery"
......
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