sapling/eden
Alex Hornby 95297856dc mononoke: fix getdeps/cargo double log init crash
Summary:
Cargo builds run multiple tests in same process, which was causing a failure since MononokeMatches started doing the one time log::set_boxed_logger() call.

I made MononokeMatches:new() error rather than panic in this case as it was already returning a Result anyway.

The failing test was only testing a very small section of code in block_execute, so this change removes it (its covered by integration test).  It also gave some MononokeMatches coverage as a side effect (also covered by integration test).

Reviewed By: krallin

Differential Revision: D27891187

fbshipit-source-id: 9787029b610040cbf0125ab79748d6a3e540d2ae
2021-04-21 05:36:44 -07:00
..
fs utils: introduce CaseSensitivity 2021-04-20 13:08:27 -07:00
hg-server debug for merge picker 2021-04-19 12:22:27 -07:00
integration integration: add a thread to duplicate edenfs output 2021-04-19 14:11:38 -07:00
locale add a copyright header to glibc_en.po 2019-04-26 14:38:27 -07:00
mononoke mononoke: fix getdeps/cargo double log init crash 2021-04-21 05:36:44 -07:00
scm Fix for reading infinitepush.wantsunhydratedcommits and lfs.wantslfspointers config options in client telemetry 2021-04-21 04:20:13 -07:00
test_support test_support: fix rmtree error function 2021-04-08 19:00:42 -07:00
test-data enable treemanifest in snapshots 2019-08-28 18:46:03 -07:00
.gitignore eden: wire up mac contbuild 2019-02-05 21:52:30 -08:00
Eden.project.toml