SOURCE_EPOCH

Constant SOURCE_EPOCH 

Source
pub const SOURCE_EPOCH: u64 = 1;
Expand description

Integration test source epoch

We specifically make the integration tests dependent on this (rather than e.g. u64::MAX) so that when we bump the epoch, most of the integration tests will fail. To fix this, simply bump this constant to match the SOURCE epoch. This will encourage developers to think critically about bumping the epoch and follow the policy documented on fuchsia.dev. See //src/sys/pkg/bin/system-updater/epoch/playbook.md for information on bumping the epoch.