You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was helping a customer writing tests for go workflows processing signals - I didn't know how to get complete test coverage to ensure the signal draining code gets covered tested.
Asked @mfateev: he suggested creating this feature request to support simulating race conditions during signal draining.
Describe the solution you'd like
Would love a way for Go SDK to support simulating race conditions during signal draining. Perhaps useful for other SDKs.
Describe alternatives you've considered
Skipping testing this race condition is probably good enough for now.