Skip to content

Ensure Catalog Endpoint is Consitent on Filesytem After Database Mirroring

Hayley Swimelar requested to merge 168/catalog-consitent-fs-after-database into master

Context

During the experimental phase of the metadata database development process, we're continue to mirror writes to the filesystem in order to provide a way to preserve the state of large scale testing environments. Allowing the database to be quickly disabled, without having to transfer the data written while the database was active.

This MR adds a tests that ensure that repositories that were written to the database and mirrored to the filesystem are accessible via the filesystem alone.

Related to: #168 (closed)

Edited by Hayley Swimelar

Merge request reports