Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Labels:None
-
Story Points:1
-
Team:Architecture
-
Urgent?:No
Description
pytest as run by the tests SConscript attempts to scan all files, but that set can be in flux as the per-camera ingestCuratedCalibs.py executions can be running at the same time. There are no dependencies between the two.
I'm not sure if the correct solution is to sequence one before the other or to exclude those directories from pytest.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Kian-Tat Lim [ ktl ] |
Assignee | Kian-Tat Lim [ ktl ] | Robert Lupton [ rhl ] |
Team | Architecture [ 10304 ] |
Assignee | Robert Lupton [ rhl ] | Tim Jenness [ tjenness ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Kian-Tat Lim [ ktl ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Story Points | 1 |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Christopher Waters Are these your tests? Thoughts?