Fix catalog data loader memoization problem in specs
What does this MR do and why?
- Loader selection (YAML vs DB) should happen once at boot time via a single initializer — no more dynamic switching and complexity (Removes
DataLoaderFactoryandCatalogDataLaoder) - In specs, we’ll explicitly reset the configured loader for every example to ensure a clean state.
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Nikola Milojevic