sapling/eden/mononoke/benchmark
Stanislau Hlebik 14e4d561b3 mononoke: add_filenodes now return FilenodeResult and removes TODO
Summary:
This diff migrates add_filenodes method to return FilenodeResult.
That means that all filenodes methods now return FilenodeResult and it's time
now to remove TODOs from derived_data filenodes.

Note that I had to change the test "derive_disabled_filenodes" a bit.
Previously FilenodesOnlyPublic::mapping::get() method immediately returned
FilenodesOnlyPublic::Disabled, while now it returns None if hg changeset is not
derived. This is an expected change in behaviour, so I just updated the test to
try to derive FilenodesOnlyPublic first, which in turns triggers generation of hg changeset.

Reviewed By: ahornby

Differential Revision: D21904401

fbshipit-source-id: f6f4cd14e6cdce5a4b95d8f3f9acff305ae6fa88
2020-06-10 19:29:29 -07:00
..
lib mononoke: add_filenodes now return FilenodeResult and removes TODO 2020-06-10 19:29:29 -07:00
benchmark.rs remove unneeded 'static lifetimes 2020-04-22 02:49:01 -07:00
Cargo.toml blobrepo: add mutation store 2020-05-13 11:00:55 -07:00