Cherry-pick: Fix python postcommit (#36977) #36985
Merged
GitHub Actions / Test Results
failed
Dec 3, 2025 in 0s
1 fail, 265 skipped, 3 955 pass in 25m 35s
Annotations
Check warning on line 0 in apache_beam.io.requestresponse_test.TestCaller
github-actions / Test Results
test_call_runtime_error (apache_beam.io.requestresponse_test.TestCaller) failed
sdks/python/test-suites/tox/py313/build/srcs/sdks/python/pytest_py313-cloud.xml [took 5m 1s]
Raw output
AssertionError: "could not complete request" does not match "<_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Deadline Exceeded", grpc_status:4}"
>"
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Deadline Exceeded", grpc_status:4}"
>
During handling of the above exception, another exception occurred:
self = <apache_beam.io.requestresponse_test.TestCaller testMethod=test_call_runtime_error>
def test_call_runtime_error(self):
caller = CallerWithRuntimeError()
> with self.assertRaisesRegex(Exception, "could not complete request"):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: "could not complete request" does not match "<_MultiThreadedRendezvous of RPC that terminated with:
E status = StatusCode.DEADLINE_EXCEEDED
E details = "Deadline Exceeded"
E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Deadline Exceeded", grpc_status:4}"
E >"
apache_beam/io/requestresponse_test.py:109: AssertionError
Loading