[
https://issues.apache.org/jira/browse/AVRO-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725234#action_12725234
]
George Porter commented on AVRO-64:
-----------------------------------
Full error trace:
test-py:
testio.py
testioreflect.py
testipc.py
testipcreflect.py
Modules: 'testio','testio','testioreflect','testipc','testipcreflect'
Non-null modules arg. creating script
pythonpath:
/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/py:/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/test/py:/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/lib/py
[py-test] ................................EE
[py-test]
======================================================================
[py-test] ERROR: testipc (testipc.TestProtocol)
[py-test]
----------------------------------------------------------------------
[py-test] Traceback (most recent call last):
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/test/py/testipc.py",
line 62, in testipc
[py-test] self.checkshutdown()
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/test/py/testipc.py",
line 107, in checkshutdown
[py-test] self.server.close()
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/py/avro/ipc.py",
line 376, in close
[py-test] self.__sock.shutdown(socket.SHUT_RDWR)
[py-test] File "<string>", line 1, in shutdown
[py-test] error: (57, 'Socket is not connected')
[py-test]
[py-test]
======================================================================
[py-test] ERROR: testipc (testipcreflect.TestProtocol)
[py-test]
----------------------------------------------------------------------
[py-test] Traceback (most recent call last):
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/test/py/testipc.py",
line 62, in testipc
[py-test] self.checkshutdown()
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/test/py/testipc.py",
line 107, in checkshutdown
[py-test] self.server.close()
[py-test] File
"/Users/gp152216/Documents/Projects/BigData/DX-Trace/Serialization/avro-trunk/src/py/avro/ipc.py",
line 376, in close
[py-test] self.__sock.shutdown(socket.SHUT_RDWR)
[py-test] File "<string>", line 1, in shutdown
[py-test] error: (57, 'Socket is not connected')
[py-test]
[py-test]
----------------------------------------------------------------------
[py-test] Ran 34 tests in 0.409s
[py-test]
[py-test] FAILED (errors=2)
[py-test] Socket server starting on ('127.0.0.1', 56742)
[py-test] Connected by ('127.0.0.1', 56743)
[py-test] hello: bob
[py-test] Handshake.match of protocol:Simple with:('127.0.0.1', 56743) is BOTH
[py-test] echo: {u'kind': u'BAR', u'hash': '0123456789012345', u'name':
u'foo'}
[py-test] echoBytes: c4512c2
[py-test] Socket server starting on ('127.0.0.1', 56744)
[py-test] Connected by ('127.0.0.1', 56745)
[py-test] Handshake.match of protocol:Simple with:('127.0.0.1', 56745) is BOTH
BUILD FAILED
> testipc.py failure: "error: (57, 'Socket is not connected')"
> ------------------------------------------------------------
>
> Key: AVRO-64
> URL: https://issues.apache.org/jira/browse/AVRO-64
> Project: Avro
> Issue Type: Bug
> Components: python
> Environment: Mac OS X 10.5.7, Java SE 1.6.0_13, Avro svn revision
> 788481
> Reporter: George Porter
>
> The Avro trunk fails when running "ant test" on Mac OS X 10.5.7 (running Java
> SE 1.6.0_13) inside of testipc.TestProtocol and testipcreflect.TestProtocol.
> The error message is "error: (57, 'Socket is not connected')".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.