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
Two streaming tests fail with enormous image-comparison errors when built against Ubuntu 22.04's OpenSlide 3.4.1; the stored baselines were produced by an older OpenSlide with a different JPEG decompression path. main reproduces (latest "Build, test, package" run on main is red).
Failing tests and magnitudes
Test
ImageError
itkOpenSlideTestApproximateStreaming
21,622,187
itkOpenSlideTestStreaming
18,887,606
Millions of differing pixels, mean error > 100 — this is a decode-path difference, not numeric drift. 7 of 9 tests pass, so the module itself is healthy.
Environment and reproduction
Runner: ubuntu-22.04, system libopenslide-dev 3.4.1+dfsg-5build1.
main reproduces: latest "Build, test, package" run on main is a failure (2026-04-23); prior main runs in Nov 2025 and Mar 2025 fail the same way.
Alternative if the decode path is expected to keep drifting across OpenSlide versions: give these two tests an explicit comparison tolerance / an allowed number of differing pixels rather than pinning a byte-exact baseline to one OpenSlide release.
Two streaming tests fail with enormous image-comparison errors when built against Ubuntu 22.04's OpenSlide 3.4.1; the stored baselines were produced by an older OpenSlide with a different JPEG decompression path.
mainreproduces (latest "Build, test, package" run onmainis red).Failing tests and magnitudes
itkOpenSlideTestApproximateStreamingitkOpenSlideTestStreamingMillions of differing pixels, mean error > 100 — this is a decode-path difference, not numeric drift. 7 of 9 tests pass, so the module itself is healthy.
Environment and reproduction
ubuntu-22.04, systemlibopenslide-dev 3.4.1+dfsg-5build1.mainreproduces: latest "Build, test, package" run onmainis a failure (2026-04-23); priormainruns in Nov 2025 and Mar 2025 fail the same way.COMP: Modernize CMake and update CI to v5.4.6 with OpenSlide system packages, merged 2026-04-03), which is what first let CI actually build and run the test suite against a system OpenSlide.test/Input/CMU-1-level-1-stream-200.mha(and its sibling streaming baseline).Suggested fix
.mhabaselines to ExternalData and update the content links.Note: this repo migrated from
.md5to.cidExternalData tags in PR ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs) #38 (merged 2026-04-22), and PR ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs) #39 continues that migration and is still open — regenerate after ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs) #39 lands, and write.cidtags, not.md5.