[scheduler][restart] Fix timeout failures

Summary: Restore the global state also when `RestartScheduler.ProcnameAlreadyLocked` exceptions are catched.

Reviewed By: ngorogiannis

Differential Revision: D20189524

fbshipit-source-id: 8f8de5309
master
Fernando Gasperi Jabalera 5 years ago committed by Facebook Github Bot
parent f7707ff4be
commit 17c565c2aa

@ -220,7 +220,7 @@ let run_proc_analysis ~caller_pdesc callee_pdesc =
IExn.reraise_if exn ~f:(fun () ->
match exn with
| RestartScheduler.ProcnameAlreadyLocked _ ->
clear_actives () ; true
clear_actives () ; restore_global_state old_state ; true
| _ ->
if not !logged_error then (
let source_file = attributes.ProcAttributes.translation_unit in

Loading…
Cancel
Save