We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8110827 commit d190baaCopy full SHA for d190baa
mssqlcli/jsonrpc/tests/test_jsonrpcclient.py
@@ -206,10 +206,7 @@ def test_response_stream_closed_exception(self):
206
self.assertEqual(
207
str(exception), u'I/O operation on closed file.')
208
209
- self.assertTrue(test_client.request_thread.isAlive())
210
- self.assertFalse(test_client.response_thread.isAlive())
211
test_client.shutdown()
212
- self.assertFalse(test_client.request_thread.isAlive())
213
214
@unittest.skip("Disabling until scenario is valid")
215
def test_stream_has_no_response(self):
0 commit comments