Skip to content

Instantly share code, notes, and snippets.

@zznate
Created July 23, 2010 22:59
Show Gist options
  • Save zznate/488187 to your computer and use it in GitHub Desktop.
Save zznate/488187 to your computer and use it in GitHub Desktop.
nate:cassandra-TRUNK$ python=test nosetests --tests=system.test_thrift_server:TestMutations.test_index_scan
/usr/local/lib/python2.6/dist-packages/thrift/Thrift.py:58: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
self.message = message
E
======================================================================
ERROR: system.test_thrift_server.TestMutations.test_index_scan
----------------------------------------------------------------------
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 1252, in test_index_scan
_expect_exception(lambda: client.scan(cp, rp, sp, ConsistencyLevel.ONE), InvalidRequestException)
File "/home/nate/workspace/cassandra-TRUNK/test/system/test_thrift_server.py", line 173, in _expect_exception
raise Exception('expected %s; got %s' % (type_.__name__, r))
Exception: expected InvalidRequestException; got [KeySlice(columns=[ColumnOrSuperColumn(column=Column(ttl=None, name='birthdate', value='\x00\x00\x00\x00\x00\x00\x00\x01', clock=Clock(timestamp=0)), super_column=None)], key='key1')]
----------------------------------------------------------------------
Ran 1 test in 2.430s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment