Fundamental_Analysis/services/common-contracts/src
Lv, Qi 0cb31e363e Refactor E2E tests and improve error handling in Orchestrator
- Fix `simple_test_analysis` template in E2E test setup to align with Orchestrator's data fetch logic.
- Implement and verify additional E2E scenarios:
    - Scenario C: Partial Provider Failure (verified error propagation fix in Orchestrator).
    - Scenario D: Invalid Symbol input.
    - Scenario E: Analysis Module failure.
- Update `WorkflowStateMachine::handle_report_failed` to correctly scope error broadcasting to the specific task instead of failing effectively silently or broadly.
- Update testing strategy documentation to reflect completed Phase 4 testing.
- Skip Scenario B (Orchestrator Restart) as persistence is not yet implemented (decision made to defer persistence).
2025-11-21 20:44:32 +08:00
..
config_models.rs feat(analysis): Implement Configurable Analysis Template Engine 2025-11-18 07:47:08 +08:00
dtos.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
lib.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
lifecycle.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
messages.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
models.rs chore: 提交本轮 Rust 架构迁移相关改动 2025-11-16 20:55:46 +08:00
observability.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
persistence_client.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
provider.rs feat(analysis): integrate analysis templates into report workflow 2025-11-19 06:59:36 +08:00
registry.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
subjects.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00
symbol_utils.rs Refactor E2E tests and improve error handling in Orchestrator 2025-11-21 20:44:32 +08:00