Skip to content

Fix siafileuid conflict ndf

Christopher Schinnerl requested to merge fix-siafileuid-conflict-ndf into master

Restoring the same siafile multiple times using a snapshot caused a NDF because sometimes background threads would cause both files to be loaded at the same time and we don't allow the same UID to be loaded multiple times. That's why the tests got changed to import a siafile with the same path and not the same UID. That way we avoid the NDF while still testing that adding a suffix for siafiles with the same path works.

Resolves #3549 (closed)

Merge request reports