Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

CI: BReg tutorial job's retained-example recovery step runs zero tests

クローズ 初心者向け
#1,405 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
76/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
github-actions, rust
領域
ci-cd

調査の方向性

Base Registry Engine tutorial from source ジョブを含む workflow を特定し、Verify retained example recovery after process exit ステップを調べます。rg native_create_and_apply と、参照されている cargo test コマンドを実行して、置き換えとなるテストが存在するか確認します。ステップが実際のテストを対象にするか削除され、テスト数が 0 になるフィルターによって job が成功するのではなく失敗するようになれば完了です。

索引モデルが issue の本文から書いたものです。

説明

agent-ready area:breg bug criticality:p3 triage:needs-implementation

The Verify retained example recovery after process exit step in the Base Registry Engine tutorial from source job runs:

cargo test --locked -p registry-bregctl --lib \
  dev::examples::tests::native_create_and_apply_recover_after_process_exit_without_duplicate_revisions \
  -- --ignored --exact

That test no longer exists anywhere in the tree (rg native_create_and_apply finds only the workflow). With --exact the filter matches nothing, so the step reports 0 passed; ... 415 filtered out and succeeds. This is true on main (for example run 36021883150, job 107709175818) as well as on PR branches.

The step therefore gives no assurance and costs one extra registry-bregctl lib test compile per run (about 13 s).

To decide: either point the step at the test that now covers "native create and apply recover after process exit without duplicate revisions", if one was renamed or moved, or delete the step. Either way, a step that names a single test should fail when the filter matches zero tests, for example by checking the running N tests count.

主要言語
Rust
スター
2
フォーク
0
平均マージ
5時間 13分
マージ済み PR(30日)
176

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

registrystack/registry-stack のほかの issue

registrystack/registry-stack の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。