已合并
【PR】: adapt StreamQuery/SynchronizeStream note #3770
yanan创建于 7月22日
【PR】: adapt StreamQuery/SynchronizeStream note #3770
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 yanan 的贡献)atomgit-bot
7月22日 评论:
7月22日 评论:
atomgit-bot
7月22日 评论:
7月22日 评论:
代码审查
审查总结
对变更文件 docs/03_api_ref/06_Stream管理.md 的审查已完成。
审查结果
| 优先级 | 数量 | 说明 |
|---|---|---|
| P0 | 0 | — |
| P1 | 0 | — |
| P2 | 0 | — |
| P3 | 1 | flag 匹配方式表述歧义 |
已审查文件清单
docs/03_api_ref/06_Stream管理.md:发现 1 个 P3 问题(约束说明中"将flag设置为"的表述在 bitwise-OR 组合场景下存在歧义,可能导致开发者误判约束适用范围,引发静默的同步失败)。
整体风险评估
低风险。本次变更为纯文档新增内容,三条新增的约束说明在内容上与其对应的 flag 行为描述一致,不存在安全风险或破坏性变更。唯一的 P3 问题是表述歧义,属于文档改进建议,不影响当前文档在常规单 flag 使用场景下的正确性。
⚠️ 已识别出整体风险,但无法提取行内评论,请参考整体评估。


7月22日 添加了label:cann-cla/yes
CANN-robot
7月22日 评论:
7月22日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| ** | ✅ gcw_kUomxQ2l, 卢煜坤 (2/2) | ✅ gcw_kUomxQ2l (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
gcw_bw3c8xUA, thanks for your pull request. All authors of the commits have signed the CLA. 👍


7月22日 将wangtao43,zhangpengpeng8,yanmingxiang,Reyn52166,jiangtao_rts,ykl999,houyanbao,hanxiaolong,gcw_kUomxQ2l,Andy-lb,tingwood设为评审人
7月22日 将wangtao43,zhangpengpeng8,yanmingxiang,Reyn52166,jiangtao_rts,ykl999,houyanbao,hanxiaolong,gcw_kUomxQ2l,Andy-lb,tingwood设为评审人
7月22日 将jiangtao_rts,hanxiaolong,gcw_kUomxQ2l,Andy-lb设为审查人
7月22日 添加了label:ci-pipeline-running
CANN-robot
7月22日 评论:
7月22日 评论:
流水线任务触发成功
任务链接 [3d8a27f7e9b34149889b3d728ca7f66e][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test_acl | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_v201 | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_c | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_david | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_910b | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_common | ✅ SUCCESS | >>>>> | |
| UT_Test_platform | ✅ SUCCESS | >>>>> | |
| UT_Test_qs | ✅ SUCCESS | >>>>> | |
| UT_Test_aicpusd | ✅ SUCCESS | >>>>> | |
| UT_Test_tsd | ✅ SUCCESS | >>>>> | |
| UT_Test_error_manager | ✅ SUCCESS | >>>>> | |
| UT_Test_slog | ✅ SUCCESS | >>>>> | |
| UT_Test_atrace | ✅ SUCCESS | >>>>> | |
| UT_Test_adump | ✅ SUCCESS | >>>>> | |
| UT_Test_mmpa | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| UT_Test_msprof | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_report | ✅ SUCCESS | >>>>> | |
| UT_Test_msprof_report | ✅ SUCCESS |
[2026-07-22 15:14:12] CI执行结束


CANN-robot
7月22日 评论:
7月22日 评论:
流水线任务触发成功
任务链接 [2d01b40b4d4347db8e8e9873d8bdd243][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck_Check_Pr | ✅ SUCCESS | ||
| codecheck_style | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell_check | ⚠️ WARNING | >>>>> | |
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS |
[2026-07-22 15:10:17] CI执行结束


7月22日 删除了label:ci-pipeline-running
7月22日 添加了label:ci-pipeline-passed
ykl999
7月22日 评论:
7月22日 评论:
/lgtm


liulun0308
7月22日 评论:
7月22日 评论:
/approve


7月22日 添加了label:lgtmapproved
7月22日 合入了pull request
Pull Request
描述
修改StreamQuery/SynchronizeStream资料,增加约束说明
变更类型
请选择本次引入的变更类型:
关联的Issue
如何测试
NA
核对清单
其他信息
在此添加任何其他关于本次 PR 的说明。