Skip to content

Loading builds...

Changes

#41 (Aug 8, 2026, 1:20:56 AM)

Explain and replace image for import of fake with resolutions in test_render_image_region_tile_params_big_image
p.walczysko at
Rewrite test_render_image_region_tile_params_big_image for fake with pyramids
p.walczysko at
Add a call for res level 5 and check it fails with 400
p.walczysko at
Fix test_render_image_region_region_params analogically
p.walczysko at
Fix test_render_image_region_big_image_resolution analogically
p.walczysko at
Fix test_render_birds_eye_view_big_image - do not use import_pyramid()
p.walczysko at
Fix also test_render_image_region_region_params_big_image
p.walczysko at
Use "data" variable as in other tests
p.walczysko at

#37 (Aug 6, 2026, 1:19:21 AM)

Explain 3 tests which are dependent on omero-pyramids
p.walczysko at
Skip the omero-pyramids dependent tests conditionally
p.walczysko at
Add missing imports
p.walczysko at

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

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

#33 (Aug 3, 2026, 11:14:09 AM)

Revert changes from PR #6464 which was merged  -> no polling
p.walczysko at
Add comments clarifying the scope of tests
p.walczysko at
Add conditional skip for Jenkins only with explanation
p.walczysko at
Rename the test_pyramids as test_omero_pyramids
p.walczysko at

#28 (Jul 31, 2026, 1:17:55 AM)

test_api_rois.py checks load_shapes includes externalInfo
w.moore at

#12 (Jul 18, 2026, 1:18:54 AM)

Fix test_pyramids.py little_endian - wait until the pyramid is really written
p.walczysko at
Fix big_endian just like the little endian
p.walczysko at
Refactor big endian to pass flake8
p.walczysko at
Refactor, introduce common wait_for_pyramids method
p.walczysko at