Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:0.4
-
Epic Link:
-
Sprint:DB_S22_12
-
Team:Data Access and Database
-
Urgent?:No
Description
Today's merge of DM-33857 resulted in failing ci_hsc_gen2 tests:
root FATAL: meas_extensions_psfex in packages: FAIL
|
Traceback (most recent call last):
|
File "/Users/square/j/ws/stack-os-matrix/macos/lsstsw/build/ci_hsc_gen2/bin/validate.py", line 3, in <module>
|
main()
|
File "/Users/square/j/ws/stack-os-matrix/macos/lsstsw/build/ci_hsc_gen2/python/lsst/ci/hsc/gen2/validate.py", line 101, in main
|
validator.run({})
|
File "/Users/square/j/ws/stack-os-matrix/macos/lsstsw/build/ci_hsc_gen2/python/lsst/ci/hsc/gen2/validate.py", line 501, in run
|
self.assertTrue(pkg + " in packages", pkg in packages)
|
File "/Users/square/j/ws/stack-os-matrix/macos/lsstsw/build/ci_hsc_gen2/python/lsst/ci/hsc/gen2/validate.py", line 138, in assertTrue
|
raise AssertionError("Failed test: %s" % description)
|
AssertionError: Failed test: meas_extensions_psfex in packages
|
validate.py probably need updates.
Attachments
Issue Links
- is triggered by
-
DM-33857 Make Piff the default PsfDeterminer in DRP.yaml
- Done
As a gen3 only package, the ticket making piff the default wouldn't have been checked against this. I believe this is coming from the fact that setup required(meas_extensions_psfex) was removed from UPS tables and this package is checking for that, which wouldn't be setup.