workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Support explicit expectation of no worker running

Open 0legg opened this issue 3 years ago • 0 comments
trafficstars

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.

0legg avatar Jan 31 '22 19:01 0legg