Skip to content

Python's insecure_interop_test_InsecureInteropTest fails often. #8389

@jtattermusch

Description

@jtattermusch

https://grpc-testing.appspot.com/job/gRPC_master_linux/159/testReport/junit/(root)/python_linux_dbg/py27_test__insecure_interop_test_InsecureInteropTest/

seems to be the most problematic test of python

[95mTesting gRPC Python...
[0m[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testCancelAfterBegin
[0mRunning       _insecure_interop_test.InsecureInteropTest.testCancelAfterFirstResponse
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testCancelAfterFirstResponse
[0mRunning       _insecure_interop_test.InsecureInteropTest.testClientStreaming
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testClientStreaming
[0mRunning       _insecure_interop_test.InsecureInteropTest.testEmptyUnary
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testEmptyUnary
[0mRunning       _insecure_interop_test.InsecureInteropTest.testLargeUnary
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testLargeUnary
[0mRunning       _insecure_interop_test.InsecureInteropTest.testPingPong
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testPingPong
[0mRunning       _insecure_interop_test.InsecureInteropTest.testServerStreaming
[92mSUCCESS       _insecure_interop_test.InsecureInteropTest.testServerStreaming
[0mRunning       _insecure_interop_test.InsecureInteropTest.testTimeoutOnSleepingServer
[91mERROR         _insecure_interop_test.InsecureInteropTest.testTimeoutOnSleepingServer
[0m8 tests finished:
    7 successful
    1 unsuccessful
    0 skipped
    0 expected failures
    0 unexpected successes
Interrupted Tests:
    []

Errors/Failures: 
[91m_insecure_interop_test.InsecureInteropTest.testTimeoutOnSleepingServer[0m
[1mtraceback:[0m
Traceback (most recent call last):
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/var/local/git/grpc/src/python/grpcio_tests/tests/interop/_interop_test_case.py", line 64, in testTimeoutOnSleepingServer
    methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(self.stub, None)
  File "/var/local/git/grpc/src/python/grpcio_tests/tests/interop/methods.py", line 406, in test_interoperability
    _timeout_on_sleeping_server(stub)
  File "/var/local/git/grpc/src/python/grpcio_tests/tests/interop/methods.py", line 274, in _timeout_on_sleeping_server
    next(response_iterator)
  File "/var/local/git/grpc/py27/local/lib/python2.7/site-packages/grpc/_channel.py", line 344, in next
    return self._next()
  File "/var/local/git/grpc/py27/local/lib/python2.7/site-packages/grpc/_channel.py", line 324, in _next
    raise self
_Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, Cancelled before creating subchannel)>

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions