cli icon indicating copy to clipboard operation
cli copied to clipboard

[Feature Request] Remove time.Sleep() in commands.taskqueue_test.go

Open antlai-temporal opened this issue 1 year ago • 0 comments

There is a server caching bug for the new versioning features that is fixed in: https://github.com/temporalio/temporal/pull/6978

Unfortunately, there are no OSS releases that currently include it at this point, so we need to add delays to get tests passing...

These delays should be removed in the next server release (>1.26.2)

antlai-temporal avatar Jan 15 '25 19:01 antlai-temporal