temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
481 stars 197 forks source link

Fix flake in TestUpdateAdmittedNoWorker #1506

Closed Quinn-With-Two-Ns closed 3 weeks ago

Quinn-With-Two-Ns commented 1 month ago

Test was flaking I suspect from a race between stopping the worker and sending the update. Fix is to not even attempt to start the worker.