sapling/eden/mononoke/derived_data/skeleton_manifest
Mark Juggurnauth-Thomas 5e549d348f derived_data: don't use default mapping in batch derivation
Summary:
Now that the mapping is separated from BonsaiDerivable, it becomes clear where
batch derivation is incorrectly using the default mapping, rather than the
mapping that has been provided for batch-derivation.

This could mean, for example, if we are backfilling a v2 of these derived
data types, we could accidentally base them on a v1 parent that we obtained
from the default mapping.

Instead, ensure that we don't use `BonsaiDerived` and thus can't use the
default mapping.

Reviewed By: krallin

Differential Revision: D25371963

fbshipit-source-id: fb71e1f1c4bd7a112d3099e0e5c5c7111d457cd2
2020-12-14 09:24:58 -08:00
..
batch.rs derived_data: don't use default mapping in batch derivation 2020-12-14 09:24:58 -08:00
Cargo.toml skeleton_manifests: enable derivation of skeleton manifests in batches 2020-12-02 07:33:41 -08:00
derive.rs skeleton_manifests: don't store duplicate skeleton manifest blobs 2020-11-30 06:23:46 -08:00
lib.rs skeleton_manifests: enable derivation of skeleton manifests in batches 2020-12-02 07:33:41 -08:00
mapping.rs derived_data: don't use default mapping in batch derivation 2020-12-14 09:24:58 -08:00