temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
247 stars 34 forks source link

fix `batch terminate` test #488

Closed stephanos closed 6 months ago

stephanos commented 6 months ago

What was changed

Wrapped tests for batch terminate with Eventually.

Why?

Ensure the tests for batch terminate are not flaky.

Checklist