ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs)#39
Open
hjmjohnson wants to merge 2 commits intoInsightSoftwareConsortium:mainfrom
Open
ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs)#39hjmjohnson wants to merge 2 commits intoInsightSoftwareConsortium:mainfrom
hjmjohnson wants to merge 2 commits intoInsightSoftwareConsortium:mainfrom
Conversation
Migrate 2 of 4 .md5 tag files to CIDv1-raw form. The remaining 2 (CMU-1.svs.md5, CMU-3.ndpi.md5) are orphaned (404 from gh-pages, Girder, and itk.org) and will be addressed in a separate PR that disables their tests. The CID blobs are added to ITKTestingData gh-pages in InsightSoftwareConsortium/ITKTestingData#42.
CMU-1.svs.md5 and CMU-3.ndpi.md5 point to MD5 hashes that 404 on gh-pages, Girder, and itk.org. Comment out the 5 dependent tests (itkOpenSlideTestMetaData, itkOpenSlideTestLevel, itkOpenSlideTest- Downsample, itkOpenSlideTestApproximateStreaming, itkOpenSlideTest- Streaming) and remove the dead .md5 tags. The 2 remaining tests (BasicIO, AssociatedImage) using CMU-1-Small-Region.svs continue to function.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate 2 of 4 .md5 tag files to CIDv1-raw form. The remaining 2 (
CMU-1.svs.md5,CMU-3.ndpi.md5) are orphaned (404 from all known sources) and will be addressed in a separate PR that disables their tests. Companion CID blobs added to ITKTestingData gh-pages in InsightSoftwareConsortium/ITKTestingData#42 — merge that first.