ome / openmicroscopy

OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, research establishments and industry in Europe and the USA, OME has over 20 active researchers with strong links to the microscopy community. Funded by private and public research grants, OME has been a major force on the international microscopy stage since 2000.
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
200 stars 102 forks source link

Tests for get_where_list and slice table API calls #6397

Closed knabar closed 3 months ago

knabar commented 3 months ago

Add tests for new API calls from https://github.com/ome/omero-web/pull/564

jburel commented 3 months ago

One remaining failure https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/lastCompletedBuild/testReport/

knabar commented 3 months ago

Thanks @jburel - this one means that the different backends handle row overflow differently (silently ignored vs. disallowed), so the API call should check for that as well.

Will make the change to the API and to this test.