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
- Bound the test retry helper with a max attempt count and a short sleep, so
a workflow that stops continuing as new fails the test instead of retrying
forever and hanging CI.
- Skip both tests on the time-skipping server, matching the other update
tests in the repo (temporalio/sdk-java#1903).
- Reject requests_before_continue_as_new < 1 in the workflow constructor.
Zero made the run continue as new immediately and forever while rejecting
every request.
- Move TASK_QUEUE and WORKFLOW_ID into __init__.py, as sleep_for_days and
message_passing/waiting_for_handlers do, instead of the worker hardcoding
the task queue name.
- Use the existing handle in the continue-as-new test rather than re-fetching
it; start_workflow does not pin the handle to a run.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments