-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF22, 5.7.2
-
Component/s: Image Management
These tests fail randomly:
- org.nuxeo.ecm.platform.picture.convert.test.TestImagingConvertPlugin.testRotate
- org.nuxeo.ecm.platform.picture.convert.test.TestImagingConvertPlugin.testResizeConverter
- org.nuxeo.ecm.automation.core.test.PictureCreatorTest.testCreate
This is due to the converter cache using the blob.hashCode() as a cache file key, but this hashCode can be reused and then the cache holds invalid data.
- is required by
-
NXP-12733 Fix random test failure on picture tiling
- Resolved