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
As part of #644 we were trying to unskip these tests. But they still fail.
Specifically, when running in Python 3.13 (and maybe others) with time skipping test server, all permutations of test_unfinished_handler_on_workflow_termination that use handler_typeupdate, handler_waitingno-wait-all-handlers-finish, and workflow_termination_typecontinue-as-new fail with "workflow execution already completed".
To replicate, run:
poe test -s --log-cli-level=DEBUG --workflow-environment time-skipping -k test_unfinished_handler_on_workflow_termination
To see the failure. Leaving tests skipped for now.
The text was updated successfully, but these errors were encountered:
cretz
changed the title
[Bug] test_unfinished_handler_on_workflow_termination fails in some situations with time skipping
[Bug] test_unfinished_handler_on_workflow_termination fails in some situations with time skipping and update
Apr 10, 2025
Describe the bug
As part of #644 we were trying to unskip these tests. But they still fail.
Specifically, when running in Python 3.13 (and maybe others) with time skipping test server, all permutations of
test_unfinished_handler_on_workflow_termination
that usehandler_type
update
,handler_waiting
no-wait-all-handlers-finish
, andworkflow_termination_type
continue-as-new
fail with "workflow execution already completed".To replicate, run:
To see the failure. Leaving tests skipped for now.
The text was updated successfully, but these errors were encountered: