ComfyUI/tests-unit/assets_test/queries
Simon Pinfold 72d0f86a1d
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
fix(assets): refresh loader_path when re-ingesting an existing reference
upsert_reference only wrote loader_path on the INSERT branch, so
re-ingesting an existing reference (an output overwritten in place, or a
file re-registered after its loader_path derivation changed) kept the
stale or NULL value forever. Write it on the UPDATE branch too, with a
null-safe change guard so a loader_path difference alone is enough to
trigger the update, and identical values stay a no-op.
2026-07-07 08:59:46 +12:00
..
conftest.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_asset_info.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00
test_asset_reference_keyset.py feat(assets): cursor-based pagination on GET /api/assets (#14014) 2026-06-09 21:14:03 -07:00
test_asset.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
test_cache_state.py fix(assets): refresh loader_path when re-ingesting an existing reference 2026-07-07 08:59:46 +12:00
test_metadata.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
test_tags.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00