Skip to content

Instantly share code, notes, and snippets.

@zznate
Created August 20, 2010 20:17
Show Gist options
  • Save zznate/541059 to your computer and use it in GitHub Desktop.
Save zznate/541059 to your computer and use it in GitHub Desktop.
EF.....E...E........................
======================================================================
ERROR: Failure: ImportError (No module named avro.ipc)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/nose/loader.py", line 364, in loadTestsFromName
addr.filename, addr.module)
File "/var/lib/python-support/python2.6/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/var/lib/python-support/python2.6/nose/importer.py", line 84, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_avro_server.py", line 20, in <module>
from avro.ipc import AvroRemoteException
ImportError: No module named avro.ipc
======================================================================
ERROR: system.test_thrift_server.TestMutations.test_get_slice_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 912, in test_get_slice_range
_verify_range()
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 135, in _verify_range
result = client.get_slice('key1', ColumnParent('Standard1'), p, ConsistencyLevel.ONE)
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 432, in get_slice
return self.recv_get_slice()
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 451, in recv_get_slice
raise x
TApplicationException: Internal error processing get_slice
======================================================================
ERROR: system.test_thrift_server.TestMutations.test_integer_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 366, in test_integer_remove
slice = client.get_slice('key1', column_parent, sp, ConsistencyLevel.ONE)
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 432, in get_slice
return self.recv_get_slice()
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 451, in recv_get_slice
raise x
TApplicationException: Internal error processing get_slice
======================================================================
ERROR: system.test_thrift_server.TestMutations.test_long_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 349, in test_long_remove
slice = client.get_slice('key1', column_parent, sp, ConsistencyLevel.ONE)
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 432, in get_slice
return self.recv_get_slice()
File "/home/nate/workspace/cassandra-TRUNK/interface/thrift/gen-py/cassandra/Cassandra.py", line 451, in recv_get_slice
raise x
TApplicationException: Internal error processing get_slice
======================================================================
FAIL: system.test_thrift_server.TestMutations.test_get_slice_super_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 917, in test_get_slice_super_range
_verify_super_range()
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 151, in _verify_super_range
assert len(result) == 2
AssertionError
----------------------------------------------------------------------
Ran 71 tests in 193.943s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment