You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StorageLocation.storageBucket value is not assigned, resulting in an incorrect ordering of StorageMetadata objects. This issue was exposed by the now complete and consistent implementation of StorageLocation compareTo() and equals().
FileSystemIterator.next() line ~194
FileSystemStorageAdapterTest -- some tests may be disabled so an unrelated PR can be completed
The text was updated successfully, but these errors were encountered:
Fixed in cadc-storage-adapter-fs-0.6 : OpaqueFileSystemIterator implementation
TODO: re-implement the URI mode of FileSystemStorageAdapter so there is also an implementation that creates a comprehensible (thus mountable) filesystem
pdowler
changed the title
cadc-storage-adapter-fs: incorrect iterator() and list() output
cadc-storage-adapter-fs: incorrect iterator() and list() output in "comprehensible" StorageAdapter
Oct 5, 2020
The StorageLocation.storageBucket value is not assigned, resulting in an incorrect ordering of StorageMetadata objects. This issue was exposed by the now complete and consistent implementation of StorageLocation compareTo() and equals().
FileSystemIterator.next() line ~194
FileSystemStorageAdapterTest -- some tests may be disabled so an unrelated PR can be completed
The text was updated successfully, but these errors were encountered: