| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: 修复dflow日志文案语法错误、级别措辞及度量单位缺失问题 Co-authored-by: lining23666<lining.li@huawei.com> # message auto-generated for no-merge-commit merge: !4972 merge fix/dflow-log-text into develop fix: 修复dflow日志文案语法错误、级别措辞及度量单位缺失问题 Created-by: lining23666 Commit-by: lining23666 Merged-by: cann-robot Description: # Pull Request ## 描述 修复日志扫描发现的 dflow 模块 7 处日志/文案问题: | # | 文件 | 修复内容 | |---|------|---------| | 1 | dflow/deployer/daemon/daemon_service.cc | 错误响应消息语法修正:Not exist client id → Client id does not exist | | 2 | dflow/pydflow/python/dataflow/plugin/torch/torch_plugin.py | 删除 _dynamo_export 循环内调试 print 残留 | | 3 | dflow/runner/compiler/model/flow_model_cache.cc | GELOGI 文案措辞调整:Failed to match cache → Cache not matched(缓存 miss 属正常场景,保留 INFO 级避免告警噪音) | | 4 | dflow/llm_datadist/v1/common/llm_flow_service.cc | Feed timeout 日志补充 us 单位(与 link_manager.cc 同款文案对齐) | | 5 | dflow/deployer/deploy/deployer/deploy_context.cc | timeout=%d 补充 ms 单位 | | 6 | dflow/deployer/executor/dynamic_model_executor.cc | timeout=%d 补充 ms 单位 | | 7 | dflow/deployer/executor/cpu_sched_model_builder.cc | timeout:%d 补充 ms 单位 | 均为纯文案修改,不涉及逻辑变更。 ## 变更类型 - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 1. 本地 pre-commit 检查(codespell、clang-format、ruff、end-of-file-fixer 等)全部 Passed 2. python3 -m py_compile 校验修改后的 Python 文件通过 3. 纯日志文案修改,无逻辑变更,无需功能测试 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 日志扫描报告来源:scan-log report_0915 ge-dflow_findings.jsonl(7 条发现全部核实为真实问题后修复)。 See merge request: cann/ge!4972 | 3 天前 | |
fix: precommit整改 Co-authored-by: yelongjian<yelongjian1@huawei.com> # message auto-generated for no-merge-commit merge: !3726 merge dev-precommit into develop fix: precommit整改 Created-by: yelongjian Commit-by: yelongjian Merged-by: cann-robot Description: # Pull Request ## 描述 precommit整改 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [x] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1.NA ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如: feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!3726 | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 天前 | ||
| 2 个月前 |