containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
141 stars 67 forks source link

Fix bug in multiple calls to file applier #117

Closed dmcgowan closed 6 years ago

dmcgowan commented 6 years ago

Ensure that file appliers create the same content every time they are called.

dmcgowan commented 6 years ago

This was manifesting in the containerd tests and not here because container uses a base set of applier which are used in multiple tests. We could probably do something similar here, but not sure where that would fit since it would be testing the appliers.

crosbymichael commented 6 years ago

LGTM