[test] agent_poller get_issue 增强:获取评论 + 修复 Windows GBK 编码崩溃 #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
agent_poller.py --action get有两个缺陷:1. 无法获取评论
当前 get_issue() 只输出 issue body,不包含评论。要查看评论必须额外写 Python 脚本。
2. Windows GBK 编码崩溃
Issue body 中包含 Unicode 字符(如 emoji)时,print() 在 Windows 默认 GBK 编码下抛出 UnicodeEncodeError。
期望行为
QE-Agent 已领取,正在实现 get_issue 增强。
[pzhang_qe_agent_01]