You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Matt Massie (JIRA)" <ji...@apache.org> on 2009/07/03 22:30:47 UTC

[jira] Commented: (AVRO-73) Python Tests fail on MacOS X

    [ https://issues.apache.org/jira/browse/AVRO-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727123#action_12727123 ] 

Matt Massie commented on AVRO-73:
---------------------------------

Reported by Matei Zaharia and Tom White...

For me, the Python tests are failing using Python 2.5.1 on Mac OS X. The
error is as follows:

testipcreflect.py
Modules: 'testio','testio','testioreflect','testipc','testipcreflect'
Non-null modules arg. creating script
pythonpath:
/Users/matei/workspace/avro-1.0.0-rc1/src/py:/Users/matei/workspace/avro-1.0.0-rc1/src/test/py:/Users/matei/workspace/avro-1.0.0-rc1/lib/py
 [py-test] Traceback (most recent call last):
 [py-test]   File "<stdin>", line 2, in <module>
 [py-test]   File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py",
line 767, in __init__
 [py-test]     self.parseArgs(argv)
 [py-test]   File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py",
line 794, in parseArgs
 [py-test]     self.createTests()
 [py-test]   File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py",
line 800, in createTests
 [py-test]     self.module)
 [py-test]   File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py",
line 565, in loadTestsFromNames
 [py-test]     suites = [self.loadTestsFromName(name, module) for name in
names]
 [py-test]   File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py",
line 533, in loadTestsFromName
 [py-test]     module = __import__('.'.join(parts_copy))
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/test/py/testipc.py", line 19, in
<module>
 [py-test]     import avro.ipc as ipc
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/py/avro/ipc.py", line 63, in
<module>
 [py-test]     "HandshakeRequest.avsc").read())
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/py/avro/schema.py", line 521, in
parse
 [py-test]     return _parse(dict, _Names())
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/py/avro/schema.py", line 483, in
_parse
 [py-test]     fields[fieldname] = Field(fieldname, _parse(fieldtype,
names),
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/py/avro/schema.py", line 509, in
_parse
 [py-test]     elemtypes.append(_parse(elemtype, names))
 [py-test]   File
"/Users/matei/workspace/avro-1.0.0-rc1/src/py/avro/schema.py", line 512, in
_parse
 [py-test]     raise SchemaParseException("Schema not yet supported:" +
obj.__str__())
 [py-test] avro.schema.SchemaParseException: Schema not yet supported:null


> Python Tests fail on MacOS X
> ----------------------------
>
>                 Key: AVRO-73
>                 URL: https://issues.apache.org/jira/browse/AVRO-73
>             Project: Avro
>          Issue Type: Sub-task
>            Reporter: Matt Massie
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.