temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
277 stars 77 forks source link

Fix CI test flake #675

Closed Sushisource closed 9 months ago

Sushisource commented 9 months ago

A particular test was hanging semi-consistently in CI despite being impossible to repro locally.

I found a handful of other tests were panicking in the workflow processing thread because they did not perform orderly shutdowns. Fixing those has also fixed the hanging flake.