nodejs / nodejs/node-core-utils
Add list of errors to ignore when parsing for failure reason
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 313
- 派生
- 137
- 平均合并
- 2 天 8 小时
- 30 天内合并 PR
- 24
描述
In the reliability reports we see high counts of "fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository" but this is an error that should be ignored and it being reported is hiding whatever the real problem was.
It would be good if we could update the tooling to ignore specific errors like that.
@richardlau pointed to this area in the code as a place to start: https://github.com/nodejs/node-core-utils/blob/main/lib/ci/ci_failure_parser.js
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 lib/ci/ci_failure_parser.js(issue 中链接的区域)开始,跟踪如何从可靠性报告中提取失败原因。定义应如何表示被忽略的错误模式,并验证所引用的 ccache Git 错误不再隐藏底层失败原因。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100