Add test for conn.getObjects('Annotations', opts={...}) - #6458
Add test for conn.getObjects('Annotations', opts={...})#6458will-moore wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
The testGetObjectsAnnotation(self) added in this PR is consistently failing on merge-ci. It might be a case of the migration (of merge-ci) to NFS, but I have not seen it passing on the old merge-ci either. Could you please check @will-moore ? Especialy please comment on workflows which need I/O on the disk -> these might be influenced by the NFS migration.
Edit: The NFS migration has nothing to do with this. The test is failing locally for me as well (non-FS local test setup).
|
Note, the test is failing for me locally (I have only added some printouts so that I know that indeed an new user, group and 0 annotations are the starting point) with following error: The test is not ready imho. Adding Exclude label. |
|
@pwalczysko Thanks for looking at this... This PR adds tests for ome/omero-py#489 so without that PR these tests will fail. I don't know if that PR got merged when the tests were failing above (not sure which build that was) but the PR seems to be merged in latest at https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-push/12/console So hopefully the exclude isn't needed, but fine to leave it till I'm back. |
This is easy to see - that test never passed (on the new merge-ci). These are 12 runs which are encompassing the one which you and I am citing :), namely https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/12/#showFailuresLink - this is the testintegration build 12 which matches the python-superbuild 12 which you are citing. There IS a problem. |
|
Ah, OK, I see that in that failure (run 12), the test fails at and this seems to be due to a couple of older |
Yes, @will-moore and please when you are at it, could you have a look also at https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/16/testReport/ ? I have summarized the problem in #6468. |
|
@will-moore Please see also #6470 |
ef27199 to
c34a89d
Compare
What this PR does
Adding tests for ome/omero-py#489