Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't overwrite grpc-timeout header on update requests #781

Merged

Conversation

dandavison
Copy link
Contributor

#780 caused the sdk-python test tests/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.

dandavison added a commit to temporalio/sdk-python that referenced this pull request Jul 23, 2024
dandavison added a commit to temporalio/sdk-python that referenced this pull request Jul 23, 2024
@Sushisource Sushisource marked this pull request as ready for review July 23, 2024 16:23
@Sushisource Sushisource requested a review from a team as a code owner July 23, 2024 16:23
@Sushisource Sushisource merged commit 8ae8054 into temporalio:master Jul 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants