Created
July 23, 2010 22:59
-
-
Save zznate/488187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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