Bump bigdataviewer-core 10.6.1 -> 10.6.3
The specific failures are:
Error: Failures:
Error: HDF5SaverTest.testPartitionedWriting:73
Error: HDF5SaverTest.testPartitionedWriting2:86
Error: HDF5SaverTest.testSave2d:62
Error: HDF5SaverTest.testSave4d:53
They can be reproduced by the following steps:
- Clone labkit-ui
- Check out tag labkit-ui-0.4.0
- Edit the pom.xml, changing the parent pom-scijava version to 40.0.0, and removing all the overridden version property values from the
<properties>section. - Run the build using
mvn -Dbigdataviewer-core.version=10.6.3 clean test.
Whereas step 4 without the new bigdataviewer-core version (mvn clean test) does not exhibit these four test failures.
I tested also the current master branch (juglab/labkit-ui@01a5c8058459a0d1a2eedc10f7212f64e021f893) with the same POM edits as above, and mvn -Dbigdataviewer-core.version=10.6.3 clean test has the same test failures there, whereas mvn clean test succeeds on my system.
thank you for the guidance @ctrueden! I'll investigate ...
I finally started looking into this. It comes down to a bug in PrimitiveBlocks in imglib core. So no need to touch labkit-ui or bigdataviewer-core. I'll fix imglib core asap
should be fixed with imglib2-7.1.5
Resolved by c78aff051f191f5565b6f70e3e156da983e3cfeb.