Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ap_verify
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S18-5, AP S18-6
-
Team:Alert Production
Description
Currently, running all unit tests in a single thread causes crashes due to conflicts between mapper initialization for obs_test (used by test_association and test_profiling) and obs_decam (used by test_dataset and test_ingestion). Once ap_verify is no longer specific to DECam, there is no longer a need for tests to use DECam data, and we should standardize on obs_test.
This ticket must not be done as part of DM-13530, in order to ensure that the code is converted correctly.
Attachments
Issue Links
- blocks
-
DM-14273 Add ap_verify to lsst_distrib
- Done
- is blocked by
-
DM-14494 selectImages.py depends on defunct lsst.geom
- Done
-
DM-14496 test_association broken
- Done
-
DM-13530 Generalize ingestion to non-HiTS data
- Done
-
DM-14197 Make obs_test data ingestible
- Done
-
DM-14237 Change DecamIngestTask --filetype default from instcal to raw
- Done
Pending a couple outstanding small comments over on GitHub, this looks fine. I think I'm convinced that running ap_verify in CI is going to achieve something closer to the "ideal test coverage" I'm concerned about.