Closed dandavison closed 3 months ago
sdk-python
tests/worker/test_workflow.py::test_workflow_update_timeout_or_cancel
https://github.com/temporalio/sdk-python/blob/c4b1a019ad2627edb20a954edfd57c9ba414f3d5/tests/worker/test_workflow.py#L4482
https://github.com/temporalio/sdk-python/blob/c4b1a019ad2627edb20a954edfd57c9ba414f3d5/tests/worker/test_workflow.py#L4523
@Sushisource defer to you on the correct resolution. FWIW, this PR makes the test pass again.
780 caused the
sdk-python
testtests/worker/test_workflow.py::test_workflow_update_timeout_or_cancel
to fail, because the grpc-timeout header set here was not honored:https://github.com/temporalio/sdk-python/blob/c4b1a019ad2627edb20a954edfd57c9ba414f3d5/tests/worker/test_workflow.py#L4482
https://github.com/temporalio/sdk-python/blob/c4b1a019ad2627edb20a954edfd57c9ba414f3d5/tests/worker/test_workflow.py#L4523
@Sushisource defer to you on the correct resolution. FWIW, this PR makes the test pass again.