fix(oc2ov-test): add Context Engine test case and main branch add cron#1586
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
de10ff1 to
c242e54
Compare
主要变更: - base_cli_test: smart_wait_for_sync/wait_for_sync 新增 session_id 参数,修复独立session检查错误session的Bug - base_cli_test: 新增 send_and_retry_on_timeout 方法,处理LLM超时和空响应自动重试 - assertions: extract_response_text 拼接所有payloads而非只取第一个;空payloads时返回空字符串而非str(response) - test_context_engine: 新增6个Context Engine核心交互测试(assemble/compact/recall/expand/isolation) - test_memory_crud: TestMemoryRead增加确认步骤和关键词容错;使用独立session_id - conftest: 更新测试报告描述,覆盖Context Engine交互场景 - run_tests: 更新测试路径配置
c242e54 to
5112269
Compare
主要变更:
Description
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes