[racerd] silence noise about wobbly paths, but leave a textual clue for statistical purposes

Reviewed By: jeremydubreil

Differential Revision: D7969945

fbshipit-source-id: 8339447
master
Nikos Gorogiannis 7 years ago committed by Facebook Github Bot
parent 1916e4fa0f
commit 5d4007e176

@ -979,12 +979,7 @@ let get_contaminated_race_message access wobbly_paths =
| _ ->
None
in
Option.map wobbly_path_opt ~f:(fun (wobbly_path, access_path) ->
F.asprintf
"@\n\n\
Note that the prefix path %a has been contaminated during the execution, so the reported \
race on %a might be a false positive.@\n\n"
AccessPath.pp wobbly_path AccessPath.pp access_path )
Option.map wobbly_path_opt ~f:(fun _ -> " [wob]")
let log_issue current_pname ~loc ~ltr ~access exn =

Loading…
Cancel
Save