test: close workflow phase 3 executor coverage

This commit is contained in:
2026-04-07 10:00:38 +02:00
parent 98b3eadcb2
commit ab1b220e79
4 changed files with 136 additions and 6 deletions
@@ -19,10 +19,10 @@
### Phase 3
- [ ] Missing legacy steps extracted into reusable executors
- [ ] Extracted node behavior matches legacy services
- [ ] Node-level tests cover success and failure paths
- Progress: `order_line_setup`, `resolve_template`, `material_map_resolve`, `auto_populate_materials`, `glb_bbox`, `output_save`, and `notify` are extracted and covered by targeted backend tests; remaining parity nodes are still open.
- [x] Missing legacy steps extracted into reusable executors
- [x] Extracted node behavior matches legacy services
- [x] Node-level tests cover success and failure paths
- Progress: Phase 3 parity nodes are extracted, covered by targeted runtime tests, and exercised through the workflow executor with legacy-safe bridge dispatch.
### Phase 4