Task #11922 (closed)
Bug: Python integration test failure in gateway code
Reported by: | mtbcarroll | Owned by: | mtbcarroll |
---|---|---|---|
Priority: | blocker | Milestone: | 5.0.0 |
Component: | OmeroPy | Version: | n.a. |
Keywords: | n.a. | Cc: | jamoore, cblackburn |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description
With https://github.com/mtbc/openmicroscopy/commit/1e0b85958ab618341d7f4ebae19f94ffddb44aec I broke http://ci.openmicroscopy.org/view/Failing/job/OMERO-5.0-merge-integration-python/110/testReport/junit/test.gatewaytest/test_annotation/testFileAnnotation/ but I don't understand what's going on. I can certainly revert the commit, or would it be better to adjust the gateway or the test somehow?
Change History (4)
comment:1 Changed 11 years ago by mtbcarroll
comment:2 Changed 11 years ago by mtbcarroll
- Owner changed from wmoore to mtbcarroll
- Status changed from new to accepted
comment:3 Changed 11 years ago by mtbcarroll
- Resolution set to fixed
- Status changed from accepted to closed
Hopefully fixed by https://github.com/openmicroscopy/openmicroscopy/pull/2006/ (thanks, Will & Colin).
comment:4 Changed 11 years ago by Mark Carroll <M.T.B.Carroll@…>
- Remaining Time set to 0
(In [e47bcc49fe01cd06bf847a372b80bbec11e61c74/ome.git] on branch develop) fix #11922: update originalFile from RFS save
createOriginalFileFromFileObj return value
./build.py -f components/tools/OmeroPy/build.xml test -DTEST=test/gatewaytest/test_annotation.py to run the failing test locally.