-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: ObjectStore
I have a migration test that fails during cleanup on Windows because NTFS doesn't allow deleting a file that is still in use. It could very well be something that I'm doing wrong, but as far as I can tell, when a migration callback is invoked something starts using the Realm file and never releases it. For reference, here's the .NET-specific code that deals with migrations and I don't see obvious issues with it.