-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Python's insecure_interop_test_InsecureInteropTest fails often. #8389
Copy link
Copy link
Closed
Labels
area/coredisposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeslang/Pythonpriority/P0
Milestone
Description
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)>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/coredisposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeslang/Pythonpriority/P0