Abacn commented on issue #30960:
URL: https://github.com/apache/beam/issues/30960#issuecomment-3406971303

   Python 3.13 tests failing due to _InactiveRpcError:
   
   ```
   grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated 
with:
        status = StatusCode.UNKNOWN
        details = "Application error processing RPC"
        debug_error_string = "UNKNOWN:Error received from peer  
{grpc_message:"Application error processing RPC", grpc_status:2}"
   >
   self = <apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT 
testMethod=test_set_mutation>
   ...
   >     self.run_pipeline([row1, row2])
   >       raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   E       grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that 
terminated with:
   E            status = StatusCode.UNKNOWN
   E            details = "Application error processing RPC"
   E            debug_error_string = "UNKNOWN:Error received from peer  
{grpc_message:"Application error processing RPC", grpc_status:2}"
   E       >
   
   
../../build/gradleenv/1922375555/lib/python3.13/site-packages/grpc/_channel.py:996:
 _InactiveRpcError
   ```
   
   https://github.com/apache/beam/runs/52803653779


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to