Task #2653 (closed)
Opened 9 years ago
Closed 9 years ago
python integration tests
| Reported by: | wmoore | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-30 (17) |
Description
Get python integration tests working locally first...
Change History (11)
comment:1 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by wmoore
comment:3 Changed 9 years ago by wmoore
comment:4 Changed 9 years ago by jburel
- Milestone changed from OMERO-Beta4.2.1 to Work in Progress
- Sprint changed from 2010-07-29 (13) to 2010-08-12 (14)
comment:5 Changed 9 years ago by jburel
- Milestone changed from Work in Progress to OMERO-Beta4.2.1
- Sprint 2010-08-12 (14) deleted
comment:6 Changed 9 years ago by cxallan
- Sprint set to 2010-09-09 (16)
comment:7 Changed 9 years ago by atarkowska
- Owner changed from wmoore to atarkowska
- Remaining Time set to 0.5
- Status changed from assigned to new
comment:8 Changed 9 years ago by atarkowska
- Status changed from new to assigned
comment:9 Changed 9 years ago by atarkowska
comment:10 Changed 9 years ago by jburel
- Sprint changed from 2010-09-09 (16) to 2010-09-30 (17)
comment:11 Changed 9 years ago by atarkowska
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
wjm:OmeroPy will$ PYTHONPATH=$PYTHONPATH:.:test:build/lib ICE_CONFIG=/Users/will/Documents/workspace/Omero/etc/ice.config python test/integration/scripts.py TestScripts.testSpeedOfThumbnailFigure out Log levels -- Bio-Formats: ERROR OMERO.importer: INFO 53 x Log levels -- Bio-Formats: ERROR OMERO.importer: INFO found Log levels -- Bio-Formats: ERROR OMERO.importer: INFO strip Log levels -- Bio-Formats: ERROR OMERO.importer: INFO E ====================================================================== ERROR: testSpeedOfThumbnailFigure (__main__.TestScripts) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/integration/scripts.py", line 326, in testSpeedOfThumbnailFigure pixID = self.import_image()[0] File "/Users/will/Documents/workspace/Omero/components/tools/OmeroPy/test/integration/library.py", line 160, in import_image pix_ids.append(long(x.strip())) ValueError: invalid literal for long() with base 10: 'Log levels -- Bio-Formats: ERROR OMERO.importer: INFO'