square/workflow-kotlin

Support explicit expectation of no worker running

オープン

#653 opened on 2022/01/31

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Kotlin (112 件のフォーク)github user discovery
enhancementgood first issuetesting

Repository metrics

Stars
 (1,120 個のスター)
PR merge metrics
 (平均マージ 55d 8h) (30d で 9 merged PRs)

説明

Right now there is no easy way to expect that some particular worker is not running during the given render step. There is a workaround to use requireExplicitWorkerExpectations, but it requires to specify the footprint for the rest of the workers.

Proposal: add methods like expectNoWorker/expectNoWorkerOutputting that will do the work complementary to expectWorker/expectWorkerOutputting by checking non-existence of a single worker with specific footprint.

コントリビューターガイド