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

flake: TestProvisionerd/CloseCancelsJob

オープン
#1,478 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@jscottmiller がすでに取り組んでいます。

2026年6月12日 から。

評価

この issue はまだ評価されていません。

説明

flake

CI Run: https://github.com/coder/coder/actions/runs/24662921525
Job: test-go-pg-17
Commit: 615be176b82070a729e51852ede41bc6f7151257 (Jakub Domeracki)

Failing test:

  • provisionerd TestProvisionerd/CloseCancelsJob

Failure excerpt:

=== FAIL: provisionerd TestProvisionerd/CloseCancelsJob (0.00s)
    provisionerd_test.go:112:
        Error: Received unexpected error:
               context canceled
        Test: TestProvisionerd/CloseCancelsJob

Error analysis:

  • The provisionerd shutdown path returns context canceled from the dRPC stream while the test expects a clean close.
  • The test closes provisionerd during parse/init; the failure indicates a timing race in shutdown/cancel handling.

Root cause classification: Flaky test (shutdown timing/race)

Precise assignment analysis:

  • git log --oneline -10 --follow provisionerd/provisionerd_test.go
    • 60b3fd0 chore!: send modules archive over the proto messages (Steven Masley)
    • Most recent meaningful modifier of this test file.

Race/Panic/OOM evidence:

  • No WARNING: DATA RACE, panic, or OOM indicators found in job logs.

Reproduction:

  • go test ./provisionerd -run TestProvisionerd/CloseCancelsJob -count=1
主要言語
言語のデータがありません
スター
3
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

coder/internal のほかの issue

coder/internal の issue をすべて見る

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

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