Skip to content

Merge branch 'release-2.70' into users/damccorm/extra-cp

8d8fcaa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Cherry-pick: Fix python postcommit (#36977) #36985

Merge branch 'release-2.70' into users/damccorm/extra-cp
8d8fcaa
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Dec 3, 2025 in 0s

1 fail, 265 skipped, 3 955 pass in 25m 35s

    4 files  +    4      4 suites  +4   25m 35s ⏱️ + 25m 35s
4 221 tests +4 221  3 955 ✅ +3 955  265 💤 +265  1 ❌ +1 
8 409 runs  +8 409  7 465 ✅ +7 465  943 💤 +943  1 ❌ +1 

Results for commit 8d8fcaa. ± Comparison against earlier commit c6d9aee.

Annotations

Check warning on line 0 in apache_beam.io.requestresponse_test.TestCaller

See this annotation in the file changed.

@github-actions 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