nodejs / nodejs/node-core-utils
Add list of errors to ignore when parsing for failure reason
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 314
- フォーク
- 137
- 平均マージ
- 2日 8時間
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
lib/ci/ci_failure_parser.js(issue でリンクされている領域)から始め、信頼性レポートから失敗理由がどのように抽出されるかを追跡します。無視するエラーパターンをどのように表現するかを定義し、引用されている ccache の Git エラーが根本的な失敗理由を隠さなくなっていることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100