Skip to content
Success

#36 (Aug 5, 2026, 1:24:09 AM)

Started 9 days 4 hr ago
Took 1 min 35 sec on testintegration

Started by upstream project Trigger build number 45
originally caused by:

    Revision: e60d298e9369c20de430e429e715178613726185
    Repository: https://github.com/ome/openmicroscopy.git
    • origin/develop
    Java skip thumbnails permission tests: use fake pyramidal images

    Instead of relying on the deprecated PixelData service to generate
    an OMERO pyramid for a fake single-resolution image larger than
    3kx3k, use the resolutions key to import a multi-resolution fake
    image.
    sbesson at
    SkipThumbnailsPermissionsTest: move the pyramid keys to the suffix

    As per https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/File.html#createTempFile(java.lang.String,java.lang.String,java.io.File)
    createTempFile adds internally generated characters between the prefix
    and the suffix.
    These characters interfere with the number of resolutions specified
    by the resolutions key in the filename.
    sbesson at
    Fix compilation error
    sbesson at
    Explain skipping testThumbnailVersion - no sense without omero pyramids
    p.walczysko at
    Explain why to retain first tests: API behavior when missing pyramids
    p.walczysko at
    Add missing import
    p.walczysko at