mirror of
https://github.com/kopia/kopia.git
synced 2026-01-21 21:07:51 -05:00
This simplifies use cases where we intend to replace a manifest uniquely identified by a set of labels with another one as is the case for policies. This helped fix annoying test flake on Windows where the clock is not guaranteed to move forward when read in quick succession. This is now passing on Windows: ``` $ go test -timeout 1000s ./internal/server -run TestSourceRefreshesAfterPolicy -count=1000 ```