Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
Description
Found that test112 fails when using storagemanager. Something to do with chunk shifting and the renaming it does. I think I know what it is. SM currently doesn't copy between filesystems, so if it's told to rename something local (one of those 'scratch' files) to something in SM, it will fail. Looking into it.
veni, vidi, vici. It was that the ChunkManager class was getting an instance of IDBFileSystem a different way than seemingly everything else. It slipped passed the rest of the tests b/c it seems only to be used in a way that wouldn't cause a test failure, unless there was a chunk expansion. On Mon, I'll grep the rest of the code looking for this method of getting a FS instance.