Skip to content

Instantly share code, notes, and snippets.

@phatduckk
Created July 28, 2009 21:19
Show Gist options
  • Save phatduckk/157675 to your computer and use it in GitHub Desktop.
Save phatduckk/157675 to your computer and use it in GitHub Desktop.
Arin@arin cassandra-arin{CASSANDRA-212}$ nosetests
........E..........EE...
======================================================================
ERROR: system.test_server.TestMutations.test_empty_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/services/cassandra-arin/test/system/test_server.py", line 303, in test_empty_range
assert client.get_key_range('Table1', 'Standard1', '', '', 1000) == []
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 645, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 665, in recv_get_key_range
raise x
TApplicationException: Internal error processing get_key_range
======================================================================
ERROR: system.test_server.TestMutations.test_range_with_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/services/cassandra-arin/test/system/test_server.py", line 313, in test_range_with_remove
actual = client.get_key_range('Table1', 'Standard1', '', '', 1000)
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 645, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 665, in recv_get_key_range
raise x
TApplicationException: Internal error processing get_key_range
======================================================================
ERROR: system.test_server.TestMutations.test_range_with_remove_cf
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/services/cassandra-arin/test/system/test_server.py", line 321, in test_range_with_remove_cf
actual = client.get_key_range('Table1', 'Standard1', '', '', 1000)
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 645, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/services/cassandra-arin/interface/gen-py/cassandra/Cassandra.py", line 665, in recv_get_key_range
raise x
TApplicationException: Internal error processing get_key_range
----------------------------------------------------------------------
Ran 24 tests in 75.642s
FAILED (errors=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment